Skip to content

Instantly share code, notes, and snippets.

@shahidcodes
Created October 2, 2021 17:08
Show Gist options
  • Save shahidcodes/f24b5f4ff6c27b09316e23efd84ea653 to your computer and use it in GitHub Desktop.
Save shahidcodes/f24b5f4ff6c27b09316e23efd84ea653 to your computer and use it in GitHub Desktop.
change docker default network ip
{
"bip": "10.200.0.1/24",
"default-address-pools":[
{"base":"10.201.0.0/16","size":24},
{"base":"10.202.0.0/16","size":24}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment