42 lines
No EOL
923 B
Text
42 lines
No EOL
923 B
Text
{
|
|
"args": {
|
|
"podman_labels": {
|
|
"inetmock": ""
|
|
}
|
|
},
|
|
"cniVersion": "0.4.0",
|
|
"name": "inetmock",
|
|
"plugins": [
|
|
{
|
|
"type": "bridge",
|
|
"bridge": "im0",
|
|
"isGateway": false,
|
|
"hairpinMode": true,
|
|
"ipam": {
|
|
"type": "host-local",
|
|
"routes": [],
|
|
"ranges": [
|
|
[
|
|
{
|
|
"subnet": "172.25.10.0/24",
|
|
"gateway": "172.25.10.5"
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "portmap",
|
|
"capabilities": {
|
|
"portMappings": true
|
|
}
|
|
},
|
|
{
|
|
"type": "firewall",
|
|
"backend": ""
|
|
},
|
|
{
|
|
"type": "tuning"
|
|
}
|
|
]
|
|
} |