Created
January 26, 2024 08:20
-
-
Save GamePlayer-8/a0244e4b44456ac3154bc1f35101fa57 to your computer and use it in GitHub Desktop.
Podman Default Network CNI Dual Stack config.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "podman", | |
"id": "bdeaaa55acb82fd29a98ecd7424d703d3ecf7228ba01acb9a9ce71ee38c106cd", | |
"driver": "bridge", | |
"network_interface": "podman0", | |
"created": "2024-01-25T16:19:45.783349912-06:00", | |
"subnets": [ | |
{ | |
"subnet": "2001:db3::/64", | |
"gateway": "2001:db3::1" | |
}, | |
{ | |
"subnet": "192.168.2.0/24", | |
"gateway": "192.168.2.1" | |
} | |
], | |
"ipv6_enabled": true, | |
"internal": false, | |
"dns_enabled": true, | |
"ipam_options": { | |
"driver": "host-local" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment