deepin 的官方教程可在 https://wiki.deepin.org/wiki/Docker 查看
需要注意的地方:
1.在 source.list 中添加 docker-ce 软件源这个地方,要先根据自己的系统版本找到对应的docker版本
然后,不要执行 sudo add-apt-repository 命令,直接执行就报找不到对应的镜像
到/etc/source.list中。复制自己的镜像路径"deb [arch=amd64] https://mirrors.ustc.edu.cn/docker-ce/linux/debian stretch stable"这个是我的
到source.list中
然后直接执行 sudo apt-get update即可。
2.使用阿里云的加速器,在弹性计算-容器加速器中。需要提前注册好。
有可能你的/etc/docker下没有daemon.json。此时,按照教程,直接手动添加即可。