You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in issue #28, it this feature is ever implemented, it would be nice to be able to keep config in project/.vscode/.dockerrc so it would also be committed to source control.
Use case: when I open my workspace, I want various containers to automatically start, e.g. database, redis, etc. If they are specified by docker-compose.yml (rather than ephemeral ID) then they are "per-team" rather than "per-developer", so makes sense to commit those config files.
Just a thought.
And thanks for this awesome extension, even without these features it's really useful!
Right now the extension starts/stops containers by their IDs.
It would be nice to be able to specify which
docker-compose.yml
files to automatically start/stop when the workspace is opened/closed.The text was updated successfully, but these errors were encountered: