Docker启动异常

    xiaoxiao2022-07-03  207

    5月 22 12:18:10 bogon systemd[1]: docker.service: main process exited, code=exited, status=1/FAILURE 5月 22 12:18:10 bogon systemd[1]: Failed to start Docker Application Container Engine. 5月 22 12:18:10 bogon systemd[1]: Unit docker.service entered failed state. 5月 22 12:18:10 bogon systemd[1]: docker.service failed. 5月 22 12:18:10 bogon systemd[1]: docker.service holdoff time over, scheduling restart. 5月 22 12:18:10 bogon systemd[1]: start request repeated too quickly for docker.service 5月 22 12:18:10 bogon systemd[1]: Failed to start Docker Application Container Engine. 5月 22 12:18:10 bogon systemd[1]: Unit docker.service entered failed state. 5月 22 12:18:10 bogon systemd[1]: docker.service failed. Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details

    导致这一问题的原因: 是配置文件的格式有问题,比如我这里就是这个横线之前是中文的.改成英文的就好了.daemon.json中的配置需符合json格式.

    最新回复(0)