Advertisement
drpanwe

/etc/cni/net.d/87-podman-bridge.conflist

Jan 22nd, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. "cniVersion": "0.3.0",
  3. "name": "podman",
  4. "plugins": [
  5. {
  6. "type": "bridge",
  7. "bridge": "cni0",
  8. "isGateway": true,
  9. "ipMasq": true,
  10. "ipam": {
  11. "type": "host-local",
  12. "subnet": "10.88.0.0/16",
  13. "routes": [
  14. { "dst": "0.0.0.0/0" }
  15. ]
  16. }
  17. },
  18. {
  19. "type": "portmap",
  20. "capabilities": {
  21. "portMappings": true
  22. }
  23. }
  24. ]
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement