Enjoy Docker at blazing-fast speeds!
Use the command below to add the Docker registry mirror to Docker settings.
sudo tee /etc/docker/daemon.json <<"EOF"
{
"registry-mirrors": ["https://docker.nrp.co"]
}
EOF
Restart the Docker service to apply the changes.
sudo systemctl restart docker
Now you can pull Docker images at high speed.
docker pull hello-world