赞
踩
请确保你的下载源已经是使用了国内镜像源,否则请你先修改apt镜像源为国内源再进行下载!
设置国内镜像源
apt install docker.io
apt install docker-compose
现在镜像站,跟docker都访问不了,不能用这个了。
确保您的系统软件包列表是最新的。您可以通过运行以下命令来更新软件包列表:
sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
有些系统不带这个命令,请安装该前置
sudo apt install software-properties-common
sudo apt update
sudo apt install docker-ce
systemctl status docker
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。