Replies: 2 comments
-
Hi @TheBritz did you try it with the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I faced the same issue with a host path shared across multiple containers, there is no way at the moment to specify the "z" flag With a small change and by adding a parameter it should be feasible to fix it: |
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
-
I have a use case to be able to deploy docker containers via Terraform on a host with SELinux enabled. We are currently experiencing permissions issues related to this and have identified the zZ flags as a possible solution but it is not clear how these flags can be incorporated through the Terraform docker provider.
cli example (note
:Z
suffix on volume definition):For reference:
https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label
https://prefetch.net/blog/2017/09/30/using-docker-volumes-on-selinux-enabled-servers/
Beta Was this translation helpful? Give feedback.
All reactions