A VS Code Extension for automatically start docker containers required for the current workspace.
Why
Currently, there is no way to start docker containers while opening a workspace or switching to another. We may end up with an extra step of running a command or manually starting via UI. This issue can be solved using Docker Run.
Features
Automatically start containers for the current workspace
Automatically stop non-related containers for the current workspace
Support for start all and stop all containers for current workspace
Configurable via VS Code settings, .dockerrc file and commands
Control and view container state from the status bar