Start docker
$ sudo systemctl start docker
report errors.
View status:
$ systemctl status docker.service -l
If you add – L, some lines of information are very long and will be omitted during printing. If you add this parameter, all lines will be displayed.
Error message:
Error starting daemon: SELinux is not supported with the overlay2 graph driver on this kernel. Either boot into a newer kernel or disable selinux in docker (–selinux-enabled=false)
This means that SELinux in the Linux kernel does not support the overlay 2 graph driver. There are two solutions: either start a new kernel or disable SELinux in the docker, — SELinux enabled = false
Re edit the docker configuration file:
vi /etc/sysconfig/docker
Replace with:
Restart docker:
View status:
$ systemctl status docker.service -l
Done!!
Similar Posts:
- [Solved] Docker Starup Error: Failed to start Docker Application Container Engine.
- A dependency job for docker.service failed
- Job for docker.service failed because the control process exited with error code. See “syste…
- How to Solve Failed to load SELinux policy. Freezing Error (System Restart)
- Docker Error: Job for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journalctl -xe” for details.
- Solutions to start failed after dhcpd installation
- Solutions to start failed after dhcpd installation
- ZABBIX server startup error resolution
- Centos Service Cannot Start: Failed to start Login Service Failed to start Install ABRT coredump hook
- [Solved] Linux No access to the system error: Failed to load SELinux policy. Freezing