Grant Docker Access To Volume on SELinux Enforced System
When running Docker on a system enforcing SELinux, Docker Volumes require a special SELinux context to be accessible by the Docker Daemon and Container. This context is called container_file_t and can be set on a path recursively: Afterward…