Skip to content

Instantly share code, notes, and snippets.

@sameo
Created May 15, 2017 09:39
Show Gist options
  • Select an option

  • Save sameo/17cf15ab7e385ddc1ef17453852da817 to your computer and use it in GitHub Desktop.

Select an option

Save sameo/17cf15ab7e385ddc1ef17453852da817 to your computer and use it in GitHub Desktop.
{
"cniVersion": "0.2.0",
"name": "mynet",
"type": "bridge",
"bridge": "cni0",
"isGateway": true,
"ipMasq": true,
"ipam": {
"type": "host-local",
"subnet": "10.88.0.0/16",
"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