Skip to content

Instantly share code, notes, and snippets.

@gaby
Last active December 15, 2022 04:16
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 gaby/e7612e4cf1ced8f3ebe2accea3bd18a6 to your computer and use it in GitHub Desktop.
Save gaby/e7612e4cf1ced8f3ebe2accea3bd18a6 to your computer and use it in GitHub Desktop.
Baseline Docker daemon.json
{
"default-ulimit": true,
"live-restore": false,
"no-new-privileges": true,
"ipv6": false,
"debug": false,
"log-opts": {
"max-size": "25m",
"max-file": "10"
},
"registry-mirrors": ["https://mirror.gcr.io"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment