dockerfiles/crio/net.d/10-mynet.conf
Jess Frazelle 44cf3c9cc2
add cni plugins
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-10-27 15:05:19 -04:00

16 lines
232 B
Plaintext

{
"cniVersion": "0.2.0",
"name": "mynet",
"type": "bridge",
"bridge": "cni0",
"isGateway": true,
"ipMasq": true,
"ipam": {
"type": "host-local",
"subnet": "10.88.0.0/16",
"routes": [
{ "dst": "0.0.0.0/0" }
]
}
}