docker启动失败,报Failed to start Docker Application Container Engine错误

前言:今天使用systemctl start docker启动没有成功,使用systemctl status docker发现有报错Failed to start Docker Application Container Engine,我先去看了iptables是否启动,发现没有,启动iptables后还是无法启动docker,然后才发现是仓库地址问题。

问题:

# docker 启动失败,查看status显示如下
Failed to start Docker Application Container Engine

解决:

修改仓库地址,然后启动docker即可

[root@master 23:13:13 ~]# cat /etc/docker/daemon.json 
{
    "registry-mirrors": ["https://hccwwfjl.mirror.aliyuncs.com"]
}

  

  

posted @ 2022-12-03 23:16  lucky_tomato  阅读(339)  评论(0编辑  收藏  举报