Skip to content

Instantly share code, notes, and snippets.

@juev
Created March 20, 2025 09:15
Show Gist options
  • Save juev/c0c135c82ea12d8329467b54333ce12d to your computer and use it in GitHub Desktop.
Save juev/c0c135c82ea12d8329467b54333ce12d to your computer and use it in GitHub Desktop.

Зеркала docker hub

$ cat /etc/docker/daemon.json
{
  "registry-mirrors": [
    "https://cr.yandex",
    "https://mirror.gcr.io"
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment