Replies: 1 comment
-
Could you give us an example of a podman command that is blowing up. You could label the volumes by default with container_file_t:s0 and then they would all be shareable. BTW Docker would have the same problem if you ran it with SELinux enabled. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working with a project use docker to build code. All
docker run
commands in project don't mount volume with:z
or:Z
suffix. Therefore I get many permission denied (on Fedora) when run automation job withpodman-docker
. Does podman have any options to deal with this problem?Beta Was this translation helpful? Give feedback.
All reactions