docker run --rm hello-world --registry-mirror=https://registry.docker-cn.com docker run --rm hello-world --registry-mirror=http://hub-mirror.c.163.com docker run --rm hello-world --registry-mirror=https://docker.mirrors.ustc.edu.cn
docker run --rm node:14.21.1-slim --registry-mirror=https://registry.docker-cn.com docker run --rm node:14.21.1-slim --registry-mirror=http://hub-mirror.c.163.com docker run --rm node:14.21.1-slim --registry-mirror=https://docker.mirrors.ustc.edu.cn
|