-
Notifications
You must be signed in to change notification settings - Fork 104
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
How to bind mount the chroot directory onto the chroot / #149
Comments
I added the chroot bind mount with:
But I still see the error at the end of the docker pull process
|
If figured out a workaround for this. |
Hi,
Is there a way to bind mount the chroot directory onto / ?
I need to get docker pull working in the chroot, and in order for docker pull to work properly I need to bind mount the chroot directory onto the chroot /
Ie.
mount -o bind chroot-ubuntu chroot-ubuntu/
Here's the full working chroot example:
Here is the thread where the chroot bind mount was suggested to fix the docker pull issue.
moby/moby#34817
The text was updated successfully, but these errors were encountered: