open-nomad/client/fingerprint/test_fixtures/cni/net1.conf

18 lines
263 B
Plaintext
Raw Normal View History

2020-05-15 15:09:01 +00:00
{
"cniVersion": "0.2.0",
"name": "net1",
"type": "bridge",
"bridge": "cni0",
"isGateway": true,
"ipMasq": true,
"ipam": {
"type": "host-local",
"subnet": "10.22.0.0/16",
"routes": [
{
"dst": "0.0.0.0/0"
}
]
}
}