Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 416 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 416 Bytes

Hello World on ASP.NET Core in Docker

To run from Docker Hub:

docker run patrickmcdonald/dotnet-hello

To compile locally:

  1. Clone the repository

     git clone https://github.com/PatrickMcDonald/docker-aspnet-hello.git
    
  2. Build the docker container

     docker build -t aspnet-hello .
    
  3. Run the created docker container

     docker run aspnet-hello