安装失败解决方案
sudo apt update / sudo apt upgrade
sudo apt install curlcurl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu disco stable"sudo apt install docker-ce
sudo vim /etc/apt/sources.list下面的自行替换deb [arch=amd64] http://mirrors.aliyun.com/docker-ce/linux/ubuntu disco stable
