Sign inSign up

savs/aspnet-helloworld

By savs

Updated almost 11 years ago

Simple hello world using ASP.NET

Image
0

536

savs/aspnet-helloworld repository overview

ASPNET Hello World with Docker on a Mac

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

Usage

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

Tag summary

Content type

Image

Digest

sha256:923061020

Size

287.1 MB

Last updated

almost 11 years ago

docker pull savs/aspnet-helloworld