podman-network

Section: User Commands (1)
Index Return to Main Contents
 

NAME

podman-network - Manage Podman networks

 

SYNOPSIS

podman network subcommand

 

DESCRIPTION

The network command manages networks for Podman.

Podman supports two network backends Netavark and CNI. Support for netavark was added in Podman v4.0. To configure the network backend use the network_backendkey under the [Network] in containers.conf(5). New systems should use netavark by default, to check what backed is used run podman info --format {{.Host.NetworkBackend}}.

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.

 

COMMANDS

CommandMan PageDescription
connectpodman-network-connect(1) Connect a container to a network
createpodman-network-create(1)Create a Podman network
disconnectpodman-network-disconnect(1) Disconnect a container from a network
existspodman-network-exists(1) Check if the given network exists
inspectpodman-network-inspect(1) Displays the network configuration for one or more networks
lspodman-network-ls(1)Display a summary of networks
prunepodman-network-prune(1)Remove all unused networks
reloadpodman-network-reload(1) Reload network configuration for containers
rmpodman-network-rm(1)Remove one or more networks

 

SEE ALSO

podman(1), containers.conf(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
COMMANDS
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 18:11:27 GMT, May 18, 2024