Skip to content

Instantly share code, notes, and snippets.

@tlhakhan
Created July 14, 2020 03:06
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 tlhakhan/0794ebc7f4ba6dc2b9d7d56504000335 to your computer and use it in GitHub Desktop.
Save tlhakhan/0794ebc7f4ba6dc2b9d7d56504000335 to your computer and use it in GitHub Desktop.
/etc/docker/daemon.json
{
"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