Disable Pulling and Running of Docker Containers on Startup - gecko-8/devwiki GitHub Wiki

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