Ability to disable automatic start of Docker #9773
Labels
containers
Issue in vscode-remote containers
feature-request
Request for new features or functionality
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
The following was added in the March 2024 (version 1.88) VS Code release:
I often use multiple VS Code instances - some using dev containers, some not.
Docker can be very resource intensive (especially because I have some large docker compose projects that start automatically when Docker starts), so sometimes I just want to open VS Code without Docker running so that I can use the VS Code instances that aren't using dev containers. The ones that need dev containers fail to load, but that's ok for me as I just need to start Docker then reload the window if I want to use them (this way I can also let the docker compose projects start before starting the dev container(s) that I want). It also means that I can load just the specific dev container(s) that I need for whatever I'm doing - I may have had other dev containers open when I last exited VS Code that I don't want to load.
However, after this update Docker automatically starts when starting VS Code. This starts some large docker compose projects, and then loads all the dev containers that I happened to have open when I last exited VS Code. If I'm not plugged in, this is particularly undesirable.
So it would be great to have an option to disable the automatic start of Docker. I have looked through the Dev Containers settings and couldn't find anything - apologies if I missed it.
The text was updated successfully, but these errors were encountered: