Docker boot does not support SELinux
View status Error
[Email protected] ~]# systemctl status Docker
Jul 17:48:14 gz-vm-game-a-228-225 systemd[1]: Starting Docker application Container Engine ...
Jul 17:48:14 gz-vm-game-a-228-225 dockerd-current[8197]: time= "2018-07-25t17:48:14.785067570+08:00" LE...D "
Jul 17:48:14 gz-vm-game-a-228-225 dockerd-current[8197]: time= "2018-07-25t17:48:14.786354398+08:00" le ... 8 "
Jul 17:48:16 gz-vm-game-a-228-225 dockerd-current[8197]: Error starting daemon:selinux is not SUPPORT...E)
Jul 17:48:16 gz-vm-game-a-228-225 systemd[1]: Docker.service:main process exited, code=exited, stat ... LURE
Jul 17:48:16 gz-vm-game-a-228-225 systemd[1]: Failed to start Docker application Container Engine.
Jul 17:48:16 gz-vm-game-a-228-225 systemd[1]: Unit Docker.service entered failed state.
Jul 17:48:16 gz-vm-game-a-228-225 systemd[1]: Docker.service failed.
Hint:some lines were ellipsized, use-l to show on full.
Cause: Docker profile does not close SELinux
Workaround:
[Email protected] ~]# Vi/etc/sysconfig/docker
Add =false behind the--selinux-enable
Restart Docker
Systemctl Start Docker
Error starting Daemon:selinux isn't support ...