sudo tee /etc/docker/daemon.json <<EOF
{
    "registry-mirrors": ["https://dockerhub.icu"]
}
EOF
  • 1.
  • 2.
  • 3.
  • 4.
  • 5.