summaryrefslogtreecommitdiff
path: root/cni/97-podman-bridge.conf
blob: 27fc096c461180ed6d5fe497418ba752c76ff582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "cniVersion": "0.3.0",
    "name": "podman",
    "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" }
        ]
    }
}