mirror of https://github.com/containers/podman.git
55 lines
1.0 KiB
Plaintext
55 lines
1.0 KiB
Plaintext
{
|
|
"args": {
|
|
"podman_labels": {
|
|
"mykey": "value"
|
|
}
|
|
},
|
|
"cniVersion": "0.4.0",
|
|
"name": "label",
|
|
"plugins": [
|
|
{
|
|
"type": "bridge",
|
|
"bridge": "cni-podman15",
|
|
"isGateway": true,
|
|
"ipMasq": true,
|
|
"hairpinMode": true,
|
|
"ipam": {
|
|
"type": "host-local",
|
|
"routes": [
|
|
{
|
|
"dst": "0.0.0.0/0"
|
|
}
|
|
],
|
|
"ranges": [
|
|
[
|
|
{
|
|
"subnet": "10.89.13.0/24",
|
|
"gateway": "10.89.13.1"
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "portmap",
|
|
"capabilities": {
|
|
"portMappings": true
|
|
}
|
|
},
|
|
{
|
|
"type": "firewall",
|
|
"backend": ""
|
|
},
|
|
{
|
|
"type": "tuning"
|
|
},
|
|
{
|
|
"type": "dnsname",
|
|
"domainName": "dns.podman",
|
|
"capabilities": {
|
|
"aliases": true
|
|
}
|
|
}
|
|
]
|
|
}
|