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
We use Gitpod largely because it supports Docker-compose inside the main docker image. We now want to use devcontainer files for having VSCode properly run some of the functionality inside an inner docker container, but normal guides on how to do that end up with something that conflicts with the remote docker container of Gitpod itself.
Can you help with an example of a docker-in-docker devcontainer file for Gitpod?
The text was updated successfully, but these errors were encountered:
You can run devcontainers in Gitpod, but I'm not sure devcontainer with docker in docker can work in gitpod, as gitpod workspaces are themselves run in docker. So this would be two docker in dockers.
Can you provide an example repository that allows us to reproduce this?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
We use Gitpod largely because it supports Docker-compose inside the main docker image. We now want to use devcontainer files for having VSCode properly run some of the functionality inside an inner docker container, but normal guides on how to do that end up with something that conflicts with the remote docker container of Gitpod itself.
Can you help with an example of a docker-in-docker devcontainer file for Gitpod?
The text was updated successfully, but these errors were encountered: