I'm using Visual Studio Mac to build a .NET Core MVC web application that I want to run in a Docker container. The solution compile and run correctly, but when I try to add the Docker support, from the solutions menu, the choice "Add Docker support" is missing!
The Visual studio is the Community Edition 7.1 (build 1297) The docker for mac is the 17.06.1-ce-mac24 The .Net Core is 2.0
Anyone can help me? Thanks
Ivan
I don't find the add docker support worth it to be honest, as long as you have Dockerfile in the root of the project. And your compose files up a level with the solution. You can achieve pretty much the same thing.
It'd just be a pain to debug/attach straight into it. I've never found a reason to yet, but that's just me.