sudo tee /etc/docker/daemon.json <<EOF { "registry-mirrors": ["https://docker.zhai.cm"] } EOF复制代码
sudo tee /etc/docker/daemon.json <<EOF { "registry-mirrors": ["https://docker.zhai.cm"] } EOF
原拉取镜像命令
docker pull library/alpine:latest复制代码
docker pull library/alpine:latest
docker pull docker.zhai.cm/library/alpine:latest复制代码
docker pull docker.zhai.cm/library/alpine:latest