ubuntu安装docker
# curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add - #更新阿里云安装源 # cd /etc/apt/sources.list.d/ # touch docker.list # chmod 666 docker.list # echo "deb [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable" > docker.list # apt-get -y update && apt-get -y upgrade # apt-get install docker-ce docker-ce-cli containerd.io
问题:找不到docker-ce安装包
征途漫漫,惟有奋斗!
浙公网安备 33010602011771号