- restructure module from `podman-linux` to platform-agnostic `podman` - move linux-specific implementation to `modules/services/podman/linux/` - add darwin module with declarative machine management - implement launchd-based watchdog for auto-starting machines - maintains backward compatibility with existing linux functionality
10 lines
180 B
Text
10 lines
180 B
Text
[network]
|
|
default_subnet = "172.16.10.0/24"
|
|
|
|
[[network.default_subnet_pools]]
|
|
base = "172.16.11.0/24"
|
|
size = 24
|
|
|
|
[[network.default_subnet_pools]]
|
|
base = "172.16.12.0/24"
|
|
size = 24
|