August 2018
Intermediate to advanced
352 pages
12h 30m
English
Fedora/RHEL/CentOS gets installed by default with SELinux in enforcing mode, and the Docker daemon is set to start with SELinux. To check whether these conditions are being met, perform the following steps.
$ sudo setenforce 1 $ getenforce

If the preceding command returns Enforcing, then it's all good. If not, then we need to change it by updating the SELinux configuration file (/etc/selinux/config) and rebooting the system.
Read now
Unlock full access