Linux源配置

一、Linux ubuntu源配置:(这里是阿里云的docker-ce的源)

curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu/gpg | apt-key add -
add-apt-repository "deb [arch=amd64] https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
apt update
apt install docker-ce

猜你喜欢

转载自www.cnblogs.com/erdanyang/p/10899371.html