You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
265 B

  1. {
  2. "cniVersion": "0.4.0",
  3. "name": "mynet",
  4. "type": "bridge",
  5. "bridge": "cni0",
  6. "isGateway": true,
  7. "ipMasq": true,
  8. "ipam": {
  9. "type": "host-local",
  10. "subnet": "172.19.0.0/24",
  11. "routes": [
  12. {
  13. "dst": "0.0.0.0/0"
  14. }
  15. ]
  16. }
  17. }