Skip to content

Instantly share code, notes, and snippets.

@knwng
Created April 5, 2019 00:28
Show Gist options
  • Save knwng/c26d56ece91447bc4116998e287168e8 to your computer and use it in GitHub Desktop.
Save knwng/c26d56ece91447bc4116998e287168e8 to your computer and use it in GitHub Desktop.
docker daemon configuration
{
"max-concurrent-downloads": 10,
"max-concurrent-uploads": 20,
"registry-mirrors": [
"https://registry.docker-cn.com"
],
"default-shm-size": "64M"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment