18 lines
265 B
Text
18 lines
265 B
Text
|
{
|
||
|
"cniVersion": "0.4.0",
|
||
|
"name": "mynet",
|
||
|
"type": "bridge",
|
||
|
"bridge": "cni0",
|
||
|
"isGateway": true,
|
||
|
"ipMasq": true,
|
||
|
"ipam": {
|
||
|
"type": "host-local",
|
||
|
"subnet": "172.19.0.0/24",
|
||
|
"routes": [
|
||
|
{
|
||
|
"dst": "0.0.0.0/0"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|