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.

37 lines
639 B

  1. {
  2. "cniVersion": "0.4.0",
  3. "name": "podman",
  4. "plugins": [
  5. {
  6. "type": "bridge",
  7. "bridge": "cni-podman0",
  8. "isGateway": true,
  9. "ipMasq": true,
  10. "hairpinMode": true,
  11. "ipam": {
  12. "type": "host-local",
  13. "routes": [{ "dst": "0.0.0.0/0" }],
  14. "ranges": [
  15. [
  16. {
  17. "subnet": "10.88.0.0/16",
  18. "gateway": "10.88.0.1"
  19. }
  20. ]
  21. ]
  22. }
  23. },
  24. {
  25. "type": "portmap",
  26. "capabilities": {
  27. "portMappings": true
  28. }
  29. },
  30. {
  31. "type": "firewall"
  32. },
  33. {
  34. "type": "tuning"
  35. }
  36. ]
  37. }