Skip to content

Instantly share code, notes, and snippets.

@aburaihan-dev
Last active January 30, 2023 06:51
Show Gist options
  • Save aburaihan-dev/b19c319b649e1889463d0007cec6ffc2 to your computer and use it in GitHub Desktop.
Save aburaihan-dev/b19c319b649e1889463d0007cec6ffc2 to your computer and use it in GitHub Desktop.
docker daemon config
{
"features": {
"buildkit": true
},
"live-restore": true,
"log-driver": "json-file",
"log-opts": {
"max-size": "100m",
"max-file": "3"
},
"bip": "10.100.0.1/24",
"default-address-pools": [
{
"base": "10.101.0.0/16",
"size": 24
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment