Skip to content

Instantly share code, notes, and snippets.

@jerviscui
Last active November 19, 2020 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerviscui/367479ff917471876bb1ab574e5930ac to your computer and use it in GitHub Desktop.
Save jerviscui/367479ff917471876bb1ab574e5930ac to your computer and use it in GitHub Desktop.
Docker Desktop configuration for Docker Engine.
{
"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