aspnet docker
1.0.0
Simple demo of ASP.NET Core and Docker using .NET Core 3.1 LTS.
To understand how to use this repo, make sure you read this article:
Creating ASP.NET Core websites with Docker
In order to run this example, you'll need to have installed on your machine (Windows, Mac, Linux):
The steps to run are:
git clone https://github.com/hd9/aspnet-dockercd aspnet-dockerdocker build . -t webappdocker run --rm -it -p 8080:80 webapplocalhost:8080And don't forget to visit blog.hildenco.com.