Last active
December 15, 2022 04:16
-
-
Save gaby/e7612e4cf1ced8f3ebe2accea3bd18a6 to your computer and use it in GitHub Desktop.
Baseline Docker daemon.json
This file contains hidden or 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
{ | |
"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