-
Notifications
You must be signed in to change notification settings - Fork 9
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-in-docker (dind) under QEMU emulation #7
base: moby/master-dind
Are you sure you want to change the base?
Conversation
Signed-off-by: Tibor Vass <[email protected]>
Signed-off-by: Tibor Vass <[email protected]>
Signed-off-by: Tibor Vass <[email protected]>
Signed-off-by: Tibor Vass <[email protected]>
linux-user: add additional checks of /proc/self/cmdline handling (tuonga) Signed-off-by: Tibor Vass <[email protected]>
Signed-off-by: Tim Tsai <[email protected]>
…nd seals. Signed-off-by: Tim Tsai <[email protected]>
@tiborvass have you tried to upstream these fixes? |
I've pointed out Tibor's last PR to Jason. My intent was to at least consolidate them into a branch and can figure out the upstream strategy later. Some are obviously not ready for upstream at the moment. |
@tuonga I tried this step
Any inputs on this? |
@rajaskakodkar Unfortunately I haven't worked on this project in a long time and am no longer with Docker. Perhaps @justincormack can point you in the right direction. |
FWIW I've hit a similar error to you @rajaskakodkar and now I'm stuck:
Did you find a way to get past this issue? |
Hello @vladaionescu, no, I don't have a fix for the issue, I am still stuck. |
Allows docker:dind to run under QEMU emulation. Can run "docker run hello-world" with this set of changes.
docker run --privileged --platform linux/arm64 -t -i -v $(pwd)/cpuinfo-aarch64.txt:/proc/cpuinfo docker:dind --ip-masq=false --iptables=false --bridge=none
Pull in Tibor's changes.
Add the following:
Todo:
cpuinfo-aarch64.txt