To enable the SELinux for the Docker service, the Docker service must be
configured to run the Docker daemon with --selinux-enabled
option.
In /etc/sysconfig/docker
configuration file, add or correct
the following line to enable SELinux support in the Docker daemon:
OPTIONS='--selinux-enabled'