Allow developers to select individual services in docker-compose.yml
(or specific docker compose file) to launch
#6188
Labels
containers
Issue in vscode-remote containers
feature-request
Request for new features or functionality
plan-review
PM-highlighted item determined to be P1 or P2
Milestone
As per the documentation (Use Docker Compose). This is useful to declare configuration passed to
docker run
in a widely supported format - this is much better than configuring them inside.devcontainer/devcontainers.json
'srunArgs
which is only read by this extension.However, to make the experience even better, a developer might want to configure different runArgs for different scenarios. In one configuration, they might want to pass
--gpus=all
, and the other case, the container shouldn't be given any GPUs. Currently, the developer has to eitherdevcontainer.json
fileIt would be great
docker-compose.yml
file with these different configurations, ordevcontainers.json
file.), where each docker compose contains different sets of servicesdocker-compose.yml
, and might want to configure them differently.The text was updated successfully, but these errors were encountered: