赞
踩
配置阿里云的gpg
curl -fsSL https:
//mirrors
.aliyun.com
/docker-ce/linux/ubuntu/gpg
|
sudo
apt-key add -
配置阿里云的镜像
sudo
add-apt-repository
"deb [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
再次执行安装命令即可
apt install docker.io
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。