Open
Description
Hey hey. Trying out Kamal to deploy some things and I'm running into issues with SELinux. Specifically, I typically pass a :z
suffix to volume mounts to automatically configure SELinux rules for the docker mount (docs).
Example in an accessory:
accessories:
example:
service: example
image: example
hosts:
- example.com
files:
- ./example.conf:/etc/example/example.conf:z
proxy: false
However, when running with Kamal, this flag is stripped off instead of passed through to the docker run
command. I'm not sure if other flags are supported too (like ro
), but these volume mount flags are usually pretty useful and necessary for certain linux setups.
Metadata
Metadata
Assignees
Labels
No labels