Skip to content

Instantly share code, notes, and snippets.

@bouroo
Last active March 12, 2024 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bouroo/ad34184c9dd5363518ac31d4f56f6cb0 to your computer and use it in GitHub Desktop.
Save bouroo/ad34184c9dd5363518ac31d4f56f6cb0 to your computer and use it in GitHub Desktop.
Docker daemon config with google cloud registry mirror
{
"registry-mirrors": ["https://mirror.gcr.io"],
"dns": ["149.112.112.112", "1.1.1.2", "8.8.4.4"],
"features": {
"buildkit": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment