sfrevel
sfrevel
I have the same error in an alpine image where I want to run buildah/podman I can start a container in the alpine build container in privileged mode with the...
And if i do the manual steps described here https://github.com/rootless-containers/slirp4netns#usage and add --enable-sandbox in the start command `slirp4netns --configure --mtu=65520 --disable-host-loopback --enable-sandbox $(cat /tmp/pid) tap0` the same error occurs ```...
I found the problem... the build container ist started with docker and the default seccomp.json file which is missing pivot_root! https://github.com/moby/moby/blob/master/profiles/seccomp/default.json I copied the content of the file and added...