docker安装

sudo apt install curl
curl -sSL https://get.daocloud.io/docker | sh

docker pull 不下来的原因
vim /etc/docker/daemon.json
 
加入如下内容:
 
{
“registry-mirrors”: [“https://fy707np5.mirror.aliyuncs.com”]
}

你可能感兴趣的:(docker,linux,运维)