使用tuna源安装docker-ce

原文链接:https://mirrors.tuna.tsinghua.edu.cn/help/docker-ce/

sudo add-apt-repository \
   "deb [arch=amd64] https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/ubuntu \
   $(lsb_release -cs) \
   stable"
sudo apt update
sudo apt install docker-ce -y
posted @ 2019-10-11 22:07  zifeiy  阅读(451)  评论(0编辑  收藏  举报