Skip to content

Instantly share code, notes, and snippets.

@klingtnet
Created January 9, 2020 11: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 klingtnet/8d06d22eb6be13c0f81391472fdd569f to your computer and use it in GitHub Desktop.
Save klingtnet/8d06d22eb6be13c0f81391472fdd569f to your computer and use it in GitHub Desktop.
My docker daemon.json (fixes address ranges for docker-compose, etc. and logs using journald instead of files).
{
"log-driver": "journald",
"default-address-pools": [
{
"base": "10.241.0.0/16",
"size": 24
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment