Replies: 1 comment 5 replies
-
Can you disable the seccomp filters? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to run buildah inside of a container that is running on a docker host. I would like to do this without having to use the
--privileged
flag. I have read the Redhat article "Best practices for running Buildah in a container", and that all works if I run buildah in podman, but I don't seem to be able to come up with the correct incantation to get it to run in docker.Does anyone know how to do this?
(Part of the reason I ask is that we have a gitlab runner that is docker based. Gitlab doesn't yet support podman, so we are stuck with it for the time being.)
Beta Was this translation helpful? Give feedback.
All reactions