Skip to content

Disable SELinux labels for all containers with volumes

Hoo man requested to merge docker-compose-no-label into main

Otherwise the containers will (in most cases) not be able to read/ write the mounted directories/ files. This has no effect on non-SELinux enabled systems.

For reference: https://www.projectatomic.io/blog/2016/03/dwalsh_selinux_containers/

Merge request reports