Skip to content

Instantly share code, notes, and snippets.

@aleks-mariusz
Last active May 27, 2020 14:12
Show Gist options
  • Save aleks-mariusz/771f3dea8793c81caf0e302cbf3a2024 to your computer and use it in GitHub Desktop.
Save aleks-mariusz/771f3dea8793c81caf0e302cbf3a2024 to your computer and use it in GitHub Desktop.
{
"cniVersion": "0.4.0",
"name": "podman",
"plugins": [
{
"type": "bridge",
"bridge": "cni-podman0",
"isGateway": true,
"ipMasq": false,
"ipam": {
"type": "host-local",
"routes": [
{ "dst": "0.0.0.0/0" },
{ "dst": "2000::/3" }
],
"ranges": [
[
{
"subnet": "10.88.0.0/16",
"gateway": "10.88.0.1"
}
],
[
{
"subnet": "2a03:8c00:1a:8::/64",
"gateway": "2a03:8c00:1a:8::1"
}
]
]
}
},
{
"type": "portmap",
"capabilities": {
"portMappings": true
}
},
{
"type": "firewall"
},
{
"type": "tuning"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment