docker镜像加速说明

为了加速镜像拉取,你可以使用以下命令设置 registry mirror:

echo '{
            "registry-mirrors": ["https://docker.xn--6oq72ry9d5zx.cn"]
        }' | sudo tee /etc/docker/daemon.json    

用法:

原拉取镜像命令


docker pull library/alpine:latest

加速拉取镜像命令


docker pull 本站域名/library/alpine:latest