What's alternative in pod .yaml to :z flag on directory? #16196
Unanswered
simonf-dev
asked this question in
Q&A
Replies: 1 comment 3 replies
-
If I generate a yaml with podman generate kube I get:
So I assume this also works with play kube. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hello, I want to bind the directory inside podman pod containers. When I try to bind it like this:
I can't access it in the container. It doesn't work also with root privileges. When I turn off selinux on the system, then it works properly. With normal container command I can use ...:Z flag to get rid of this error, but I don't know how to handle it in the pod file.
Beta Was this translation helpful? Give feedback.
All reactions