Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to temporarily disable docker support from asp.net core 2.0 project in visual studio 2017 ver 15.3.2?

I created Asp.Net Core 2.0 Web Api project in Visual Studio 2017 ver 15.3.2 with Docker support enabled.

How can I temporarily disable Docker support from project?

like image 379
shifatullah Avatar asked Aug 23 '17 15:08

shifatullah


People also ask

How do I get rid of Docker support?

Solution. In case you'd like to entirely drop Docker support, you can even delete the Dockerfile and <projectname>. csproj. user file from your project.

How do I add Docker support to an existing project in Visual Studio?

Existing app Open the project in Visual Studio, and choose one of the following options: Select Docker Support from the Project menu. Right-click the project in Solution Explorer and select Add > Docker Support.

Does Visual Studio require Docker desktop?

Visual Studio Container Tools requires Docker to be running before building, debugging or running a containerized project. New! Save questions or answers and organize your favorite content.


1 Answers

In Solution explorer right-click on docker project ("docker compose") and select "Unload project"

like image 167
Andriy F. Avatar answered Oct 27 '22 04:10

Andriy F.