Build a Docker Image from VisualStudio ASP.net project and use it on different docker host
I am stuck for days with creating a dockerimage of my asp.net core web api project. Everything works in VisualStudio but I want to create/build the image to use it on different linux docker host. I can see it maps…