Created
June 1, 2024 11:40
-
-
Save vorobeij/843863dcaeda83d14b7e961ca2c72ac9 to your computer and use it in GitHub Desktop.
Docker mirrors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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