Skip to content

Instantly share code, notes, and snippets.

@vorobeij
Created June 1, 2024 11:40
Show Gist options
  • Save vorobeij/843863dcaeda83d14b7e961ca2c72ac9 to your computer and use it in GitHub Desktop.
Save vorobeij/843863dcaeda83d14b7e961ca2c72ac9 to your computer and use it in GitHub Desktop.
Docker mirrors
{
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"experimental": false,
"features": {
"buildkit": true
},
"registry-mirrors": [
"https://daocloud.io",
"https://c.163.com",
"https://registry.docker-cn.com",
"https://mirror.gcr.io",
"https://dockerhub.timeweb.cloud"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment