
This week I have to give an introductory talk on DevOps and Dockerand therefore I decided to prepare a simple Step by step: ASP.NET Core on Docker sample.
Assuming you have Dockerinstalled and running, follow these 4 simple steps:
1. Create a dockerfile On your Docker box create a dockerfile with the following …