sudo tee /etc/docker/daemon.json <<EOF { "registry-mirrors": ["https://mir-hub.infvie.org"] } EOFCopy code
sudo tee /etc/docker/daemon.json <<EOF { "registry-mirrors": ["https://mir-hub.infvie.org"] } EOF
Source pull image command
docker pull library/alpine:latestCopy code
docker pull library/alpine:latest
docker pull mir-hub.infvie.org/library/alpine:latestCopy code
docker pull mir-hub.infvie.org/library/alpine:latest