17 lines
320 B
Text
17 lines
320 B
Text
|
{
|
||
|
"cniVersion": "0.3.0",
|
||
|
"name": "mynet",
|
||
|
"plugins": [
|
||
|
{
|
||
|
"name": "weave",
|
||
|
"type": "weave-net",
|
||
|
"hairpinMode": true
|
||
|
},
|
||
|
{
|
||
|
"type": "portmap",
|
||
|
"capabilities": {"portMappings": true},
|
||
|
"snat": true
|
||
|
}
|
||
|
]
|
||
|
}
|