mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 12:23:35 +01:00
16 lines
232 B
Plaintext
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" }
|
||
|
]
|
||
|
}
|
||
|
}
|