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
Docker support was removed in Visual Studio for Mac 7.1.0.1297.
Docker support was available in early Visual Studio Mac 7.1 preview versions but was not stable at the time VS Mac 7.1 was released so it was removed.
Visual Studio for Mac 7.2, currently available on the alpha channel, does include Docker support.