Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker transparency workspace bind mounts #115

Open
DavidBerichon opened this issue Jan 26, 2023 · 1 comment
Open

docker transparency workspace bind mounts #115

DavidBerichon opened this issue Jan 26, 2023 · 1 comment

Comments

@DavidBerichon
Copy link

DavidBerichon commented Jan 26, 2023

If you need to mount folders within the dev container into your own containers using docker-outside-of-docker and you do not want to use Docker in Docker to avoid a potential performance penalty.

This is possible by making use of the hosts local workspace value as bind mount location inside the container.

This is possible without making use of Docker in Docker to avoid performance penalties.

Like In GitHub Codespaces, the workspace folder is **available in the same place on the host as it is in the container,**so you can bind workspace contents as you would normally by doing as following:

DavidBerichon#1

@samruddhikhandale
Copy link
Member

Left some thoughts on you PR --> DavidBerichon#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants