Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 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
}