-
Notifications
You must be signed in to change notification settings - Fork 787
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
mount /var/lib/containers/storage/overlay:/var/lib/containers/storage/overlay, flags: 0x1000: permission denied #2328
Comments
Does this work? Adding --user build should allow you to then run a rootless container as the user. |
No, that didn't work for me.
Same error with docker. |
Sadly I broke this. |
Should be fixed in master now. |
Hi @rhatdan , i pulled podman from quay.io, but i receive the same errors of OP. |
Please open a fresh new issue, with all of your data. What command you ran specific versions. |
Description
Building a container using
quay.io/buildah/stable
doesn't work on docker on debian buster.leads to the following error:
/root/seccomp.json
is the seccomp file from containers-common - without this, I'd getError during unshare(CLONE_NEWUSER): Operation not permitted
Running it with
--security-opt seccomp=unconfined
leads to the same error, so this doesn't seem like a seccomp issue.Omitting
-v /tmp/test:/var/lib/containers/storage:Z
also results in the same error.uname -a
: I've tried bothLinux sonorus 4.19.0-8-amd64 #1 SMP Debian 4.19.98-1 (2020-01-26) x86_64 GNU/Linux
(buster stable) andLinux sonorus 5.4.0-0.bpo.4-amd64 #1 SMP Debian 5.4.19-1~bpo10+1 (2020-03-09) x86_64 GNU/Linux
(buster-backports) kernels.dpkg -l |grep docker
:Update:
I installed podman on debian as described on https://podman.io/getting-started/installation.html, but I'm getting the same error with podman:
The text was updated successfully, but these errors were encountered: