{ "cniVersion": "1.0.0", "name": "nunet-bridge", "plugins": [ { "type": "bridge", "bridge": "cni-nunet0", "isGateway": true, "ipMasq": true, "ipam": { "type": "host-local", "ranges": [[{"subnet": "10.68.63.0/24", "gateway": "10.68.63.1"}]], "routes": [{"dst": "0.0.0.0/0"}] } }, { "type": "portmap", "capabilities": {"portMappings": true} }, { "type": "firewall" } ] }