github.com/singularityware/singularity@v3.1.1+incompatible/etc/network/00_bridge.conflist (about) 1 { 2 "cniVersion": "0.3.1", 3 "name": "bridge", 4 "plugins": [ 5 { 6 "type": "bridge", 7 "bridge": "sbr0", 8 "isGateway": true, 9 "ipMasq": true, 10 "ipam": { 11 "type": "host-local", 12 "subnet": "10.22.0.0/16", 13 "routes": [ 14 { "dst": "0.0.0.0/0" } 15 ] 16 } 17 }, 18 { 19 "type": "portmap", 20 "capabilities": {"portMappings": true}, 21 "snat": true 22 } 23 ] 24 }