mirror of https://github.com/containers/podman.git
41 lines
770 B
Plaintext
41 lines
770 B
Plaintext
{
|
|
"cniVersion": "0.4.0",
|
|
"name": "internal",
|
|
"plugins": [
|
|
{
|
|
"type": "bridge",
|
|
"bridge": "cni-podman8",
|
|
"isGateway": false,
|
|
"hairpinMode": true,
|
|
"ipam": {
|
|
"type": "host-local",
|
|
"routes": [
|
|
{
|
|
"dst": "0.0.0.0/0"
|
|
}
|
|
],
|
|
"ranges": [
|
|
[
|
|
{
|
|
"subnet": "10.89.7.0/24"
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "portmap",
|
|
"capabilities": {
|
|
"portMappings": true
|
|
}
|
|
},
|
|
{
|
|
"type": "firewall",
|
|
"backend": ""
|
|
},
|
|
{
|
|
"type": "tuning"
|
|
}
|
|
]
|
|
}
|