tags: Abnormal problem Docker
Restarting docker after modifying the /etc/docker/daemon.json file raises the following exception
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
At the time, my /etc/docker/daemon.json file was as follows
{
"registry-mirrors":["https://361z9p6b.mirror.aliyuncs.com"] //Private server mirroring acceleration
,"insecure-registries":["120.77.169.172:8080"] //Private server address
}
solution:
Delete the comment, and then restart the docker service to find that it is successful..., it may also be that the value you configured is wrong, or you restarted too frequently...
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. Go directly to the ...
I. Check the Linux kernel version, CenterOS7 install docker requires the kernel version is above 3.10: uname -r 2. Use the yum command to install: yum install docker Start Docker: systemctl start dock...
problem analysis The Ethereum environment needs to use docker, and then many times the virtual machine does not have docker self-starting, so when restarting docker, it often appears: Job for docker.s...
problem solution Docker's engine is based on a storage driver provided by Device Mapper, which in turn relies on devicemapper...
centos start docker Service error: Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for ...
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...
yum install docker View Version error: docker version 3. See problem: systemctl status docker.service is specific reasons: the image is not supported due to the docker kernel driver, SELinux OrthALA2 ...
Error message: Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. surrounding...
Use Docker in Liunx Error: This problem was reported when starting the systemctl start docker command. I found some experience on Baidu, and the solution is as follows Solution: Uninstall the previous...
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&rdquo...