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

potential fix for docker-in-docker #7

Closed
kaczmarj opened this issue Jan 12, 2021 · 2 comments
Closed

potential fix for docker-in-docker #7

kaczmarj opened this issue Jan 12, 2021 · 2 comments

Comments

@kaczmarj
Copy link

i noticed that the readme says

NOTE: Docker-in-docker does not seem to currently be working.

have you tried mounting the docker socket into the container? you can use these arguments in docker run.

-v /var/run/docker.sock:/var/run/docker.sock
@matthewsot
Copy link
Contributor

Thanks for pointing this out! So far, it hasn't been a huge issue, but if anyone wants to try and get this working + test this solution it's great to have the tip.

@matthewsot
Copy link
Contributor

I've added a link to this in the readme as part of #9. If anyone wants to make the changes to the scripts throughout + confirm that it works, feel free to send a PR. But for now hopefully this gives interested people enough of a pointer to chase down :) Thanks again!

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