使用国内 daocloud 一键安装命令:
curl -sSL https://get.daocloud.io/docker | sh
安装完成后,执行docker images 报错如下:

解决方法:
systemctl enable docker
systemctl start docker
systemctl restart docker
再次执行docker images 正常:

本文介绍了一键使用 DaoCloud 命令安装 Docker 的过程,并解决了安装后无法正常显示镜像的问题。通过几个简单的系统命令,成功启动了 Docker 服务并验证了其可用性。
使用国内 daocloud 一键安装命令:
curl -sSL https://get.daocloud.io/docker | sh
安装完成后,执行docker images 报错如下:

解决方法:
systemctl enable docker
systemctl start docker
systemctl restart docker
再次执行docker images 正常:

1308
2333
696
6811

被折叠的 条评论
为什么被折叠?