sudo tee /etc/docker/daemon.json <<EOF { "registry-mirrors": ["https://hub.kuree.org"] } EOF
sudo systemctl daemon-reload
sudo systemctl restart docker