.nh .TH podman-network 1 .SH NAME .PP podman-network - Manage Podman networks .SH SYNOPSIS .PP \fBpodman network\fP \fIsubcommand\fP .SH DESCRIPTION .PP The network command manages networks for Podman. .PP Podman supports two network backends Netavark and CNI. Support for netavark was added in Podman v4.0. To configure the network backend use the \fB\fCnetwork_backend\fRkey under the \fB\fC[Network]\fR in \fBcontainers.conf(5)\fP\&. New systems should use netavark by default, to check what backed is used run \fB\fCpodman info --format {{.Host.NetworkBackend}}\fR\&. .PP All network commands work for both backends but CNI and Netavark use different config files so networks have to be created again after a backend change. .SH COMMANDS .TS allbox; l l l l l l . \fB\fCCommand\fR \fB\fCMan Page\fR \fB\fCDescription\fR connect podman-network-connect(1) T{ Connect a container to a network T} create podman-network-create(1) Create a Podman network disconnect podman-network-disconnect(1) T{ Disconnect a container from a network T} exists podman-network-exists(1) T{ Check if the given network exists T} inspect podman-network-inspect(1) T{ Displays the network configuration for one or more networks T} ls podman-network-ls(1) Display a summary of networks prune podman-network-prune(1) Remove all unused networks reload podman-network-reload(1) T{ Reload network configuration for containers T} rm podman-network-rm(1) Remove one or more networks .TE .SH SEE ALSO .PP \fBpodman(1)\fP, \fBcontainers.conf(5)\fP