Skip to content

Instantly share code, notes, and snippets.

@gcdd1993
Created July 15, 2021 14:52
Show Gist options
  • Save gcdd1993/0c0d7282d3caaf2c49470254dbe286c7 to your computer and use it in GitHub Desktop.
Save gcdd1993/0c0d7282d3caaf2c49470254dbe286c7 to your computer and use it in GitHub Desktop.
Docker Desktop Windows
{
"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