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