Search Docker Hub
aspnet-helloworld
By savs
Simple hello world using ASP.NET
536
This sample provides a basic working hello world for Docker users.
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
Content type
Image
Digest
sha256:923061020…
Size
287.1 MB
Last updated
almost 11 years ago
docker pull savs/aspnet-helloworld