After installing docker, start reporting an error Job for docker.service failed because the control process exited with error code. See

tags: docker  linux  centos

After installing docker, start error Job for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journalctl -xe” for details.

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

Intelligent Recommendation

Docker launch failed Job for Docker.Service Failed Because The Control Process Exited with error code. See "S

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...

Docker start error: Job for docker.service failed because the control process exited with error code

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...

CentOS7 installation docker failed to start: Job for docker.service failed because the control process exited with error code

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...

The perfect solution to start a virtual machine Docker abnormal Job for docker.service failed because the control process exited with error code.

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...

Solve the failure of Docker to start the server link-Job for docker.service failed because the control process exited error code

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...

More Recommendation

centos7 docker failed to start and report error [Job for docker.service failed because the control process exited with error]

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...

Job for docker.service failed because the control process exited with error code...

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...

Dockers Job for docker.service failed because the control process exited with error code

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

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...

【centOS7】Job for docker.service failed because the control process exited with error code

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...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top