无任何收费,但防止滥用
地址:https://doc.nmlgb.de
NAS添加源,通常就正常使用了
客户端手动设置(注册表镜像)
sudo tee /etc/docker/daemon.json < {
"registry-mirrors": ["https://hub.xiaoji.de"]
}
EOFsudo systemctl daemon-reload # 重载 systemdsudo systemctl restart docker # 重启 Docker临时的拉取方法(不用添加、修改源)
原拉取镜像命令
docker pull bitnami/nginx:latest加速拉取镜像修改命令
docker pull doc.nmlgb.de/bitnami/nginx:latest官方镜像(无前缀)
docker pull alpine:latest需要加 library
docker pull doc.nmlgb.de/library/alpine:latest