Skip to content

Disable Pulling and Running of Docker Containers on Startup

Jason Lewis edited this page Jun 14, 2021 · 3 revisions

Up

Single Project

  1. In Visual Studio, open the Options by clicking the Tools Menu and selecting Options.
  2. Scroll down to Container Tools
  3. Expand Container Tools
  4. Click Single Project
  5. Set "Pull required Docker images on project open" to False
  6. Set "Run containers on project open" to False
  7. Click OK

Docker Compose

  1. In Visual Studio, open the Options by clicking the Tools Menu and selecting Options.
  2. Scroll down to Container Tools
  3. Expand Container Tools
  4. Click Docker Compose
  5. Set "Pull required Docker images on project open" to False
  6. Set "Run containers on project open" to False
  7. Click OK
Clone this wiki locally