To run from Docker Hub:
docker run patrickmcdonald/dotnet-hello
To compile locally:
-
Clone the repository
git clone https://github.com/PatrickMcDonald/docker-aspnet-hello.git
-
Build the docker container
docker build -t aspnet-hello .
-
Run the created docker container
docker run aspnet-hello