solution:
Enter vim /etc/sysconfig/docker-storage to enter the editor, enter i, insert appears at the bottom right, and delete the source file content to:
DOCKER_STORAGE_OPTIONS="–selinux-enabled --log-driver=journald --signature-verification=false"
After changing it, press the esc key, then enter: wq to exit

After exiting, continue to enter vim /etc/docker/daemon.json, the operation is the same as above.
Write the specified parameters:
{ “storage-driver”: “devicemapper” }

Then restart the docker service
systemctl restart docker
Docker launched a failing job for docker.service failed Because The Control Process EXITED WITROR CODE. See "Systemctl Status docker.service" and "journalctl-xi" for details. Cento...
Start Docker title the following error: Job for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journalctl -xe&rd...
After installing docker on a new virtual machine CentOS7, the startup failed and the console reported an error:Job for docker.service failed because the control process exited with error code. See &qu...
Docker test virtual machine when reported errors: Job for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journal...
Today I installed Docker for a wave of explosions, but I can’t connect to the server all the time. Job for docker.service failed because the control Just like this, after using the docker versio...
1. Error 2. View the docker service status according to the prompt: systemctl status docker.service Error starting daemon: SELinux is not supported with the overlay2 graph driver on this kernel. Ei&he...
Restarting docker after modifying the /etc/docker/daemon.json file raises the following exception At the time, my /etc/docker/daemon.json file was as follows solution: Delete the comment, and then res...
Zero, problem description Job for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journalctl -xe” for detai...
Job for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journalctl -xe” for details Solution Perform the fo...
Job for docker.service failed because the control process exited with error code Start the docker error Command line promptsjournalctl -xeLook at the wrong details, but I don't see a large string of s...