Last active
November 19, 2020 10:18
-
-
Save jerviscui/367479ff917471876bb1ab574e5930ac to your computer and use it in GitHub Desktop.
Docker Desktop configuration for Docker Engine.
This file contains 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://registry.cn-hangzhou.aliyuncs.com" | |
], | |
"insecure-registries": [], | |
"debug": false, | |
"experimental": false, | |
"features": { | |
"buildkit": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment