Skip to content

savs/aspnet-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASPNET Hello World with Docker on a Mac

This sample provides a basic working hello world for Docker users.

Usage

This image is on Docker Hub for easier usage.

docker run -t -d -p 5004:5004 savs/aspnet-helloworld

Then open your browser and point it to your Docker host IP on port 5004.

Build your own

Do the following:

git clone https://github.com/savs/aspnet-helloworld.git
cd aspnet-helloworld
docker build -t helloworld .
docker run -t -d -p 5004:5004 webapp

References

About

Simple Hello World for ASP.NET with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages