SElinux on Docker-host ? Do i need to disable SELinux on my host for my containers to start?

Hi all,

My client is running docker in their production and they are saying to have SELinux as enforcing but when i do that my container doesn’t starts. Docker service starts but the container doesn’t.

Please say if need any more details. I will share the details.

Hi,

When running Docker with SELinux in enforcing mode, containers may fail to start due to permission issues. Ensure necessary SELinux policies are in place, set “selinux-enabled”: true in /etc/docker/daemon.json, and check SELinux audit logs for denied permissions. If issues persist, provide more details about the error messages.

Cheers!
Disney Hub