Skip to content

Instantly share code, notes, and snippets.

@mrbobbytables
Created June 27, 2017 16:29
Show Gist options
  • Save mrbobbytables/7839d5789285ff6fb22391842acc2bdf to your computer and use it in GitHub Desktop.
Save mrbobbytables/7839d5789285ff6fb22391842acc2bdf to your computer and use it in GitHub Desktop.
custom docker cni config
{
"name": "bridge",
"type": "bridge",
"bridge": "docker-sys",
"isDefaultGateway": true,
"ipMasq": true,
"hairpinMode": true,
"ipam": {
"type": "host-local",
"subnet": "10.255.12.1/25"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment