0%

docker

install

1
2
curl -fsSL https://get.docker.com | bash
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun

daemon

/etc/docker/daemon.json

1
2
3
{
"registry-mirrors": ["https://mirror.ccs.tencentyun.com"]
}
1
2
systemctl daemon-reload
systemctl restart docker