Created
May 15, 2017 09:39
-
-
Save sameo/17cf15ab7e385ddc1ef17453852da817 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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" } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment