mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-18 13:48:00 +00:00
919 B
919 B
####> This option file is used in: ####> podman network create, podman-network.unit.5.md.in ####> If file is edited, make sure the changes ####> are applicable to all of those. << if is_quadlet >>
IPAMDriver=driver
<< else >>
--ipam-driver=driver
<< endif >>
Set the ipam driver (IP Address Management Driver) for the network. When unset podman chooses an ipam driver automatically based on the network driver.
Valid values are:
dhcp: IP addresses are assigned from a dhcp server on the network. When using the netavark backend thenetavark-dhcp-proxy.socketmust be enabled in order to start the dhcp-proxy when a container is started, for CNI use thecni-dhcp.socketunit instead.host-local: IP addresses are assigned locally.none: No ip addresses are assigned to the interfaces.
View the driver in the podman network inspect output under the ipam_options field.