镜像使用说明

要设置加速镜像服务,你可以执行下面命令:

sudo tee /etc/docker/daemon.json <<EOF
{
	"registry-mirrors": ["https://dc.198507.xyz"]
}
EOF