-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Docker In Docker for code-server #199
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
Comments
See #190 |
To be honest i didn't really understood how to apply #190 to my problem ? |
@Rakiah see #23 (comment) |
Hey @Rakiah, here's an idea from me:
|
EDIT: I think I found the DIND image you're speaking about: I'll check and update my results |
seems like 18.09 ubuntu is not enough neither:
|
Stivik, may you provide steps for this ? |
|
Ok that's also what I tought but I may misunderstood the points of docker link because I didnt think that would work, will try ! |
Docker link itself was not enough: this seems to work for my needs |
Seems like this might not be a docker-in-docker issue and a GLIBC issue. We lowered the GLIBC requirement a while back, could you try again? |
I found my answer during this thread and do not have the problem anymore thank you @kylecarbs we can close this |
CC @kylecarbs or @coadler to close the issue as per request by the author |
In case anyone is looking to do this with kubernetes, here is my deployment I'm using that has this working as far as I've tested:
Let me know if you need my other resources for this, but I believe everything for this issue is covered in this deployment. |
Would appreciate if you can do a documentation PR for this as well since people might want to run Docker development in Docker-based code-server. |
@Rakiah, hello. Did you manage to get a docker in docker working with code-server? |
I've been trying to fiddle with the Dockerfile of code-server to add support for Docker in Docker but without success, I tried numerous ubuntu images but then code-server will have problem running:
those are the ones I tested:
https://hub.docker.com/r/billyteves/ubuntu-dind
https://hub.docker.com/r/jazzypro/ubuntu-dind
https://hub.docker.com/r/ciiichy/ubuntu-dind-git
https://hub.docker.com/r/ceregousa/dind
https://hub.docker.com/r/huksley/ubuntu-dind/dockerfile
most of the times i'm getting
when code-server is trying to boot up, do you have any idea to do what i'm trying to achieve ?
The text was updated successfully, but these errors were encountered: