Created
July 14, 2020 03:06
-
-
Save tlhakhan/0794ebc7f4ba6dc2b9d7d56504000335 to your computer and use it in GitHub Desktop.
/etc/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
{ | |
"data-root": "/data/docker-data", | |
"log-driver": "json-file", | |
"log-opts": { | |
"max-size": "40m", | |
"max-file": "100", | |
"compress": "true" | |
}, | |
"bip": "192.168.127.5/24", | |
"default-address-pools":[ | |
{"base":"192.168.128.0/17","size":24} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment