Created
July 15, 2021 14:52
-
-
Save gcdd1993/0c0d7282d3caaf2c49470254dbe286c7 to your computer and use it in GitHub Desktop.
Docker Desktop Windows
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
{ | |
"registry-mirrors": [ | |
"https://hub-mirror.c.163.com", | |
"https://mirror.baidubce.com" | |
], | |
"insecure-registries": [], | |
"debug": false, | |
"experimental": false, | |
"features": { | |
"buildkit": true | |
}, | |
"builder": { | |
"gc": { | |
"enabled": true, | |
"defaultKeepStorage": "20GB" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment