Skip to content

Instantly share code, notes, and snippets.

@pmichali
Created December 19, 2017 16:52
Show Gist options
  • Save pmichali/d2a4a5eb9e20b7bf79ca366c67a3e66e to your computer and use it in GitHub Desktop.
Save pmichali/d2a4a5eb9e20b7bf79ca366c67a3e66e to your computer and use it in GitHub Desktop.
"cniVersion": "0.3.0",
"name": "dindnet",
"type": "bridge",
"bridge": "dind0",
"isDefaultGateway": true,
"ipMasq": false,
"hairpinMode": true,
"ipam": {
"type": "host-local",
"subnet": "10.194.0.0/16",
"rangeStart": "10.194.1.1",
"rangeEnd": "10.194.1.254",
"gateway": "10.194.0.1",
"routes": [
{ "dst": "0.0.0.0/0" }
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment