Files
podman/docs/source/markdown/podman-network.1.md
baude a3e0b7d117 add network connect|disconnect compat endpoints
this enables the ability to connect and disconnect a container from a
given network. it is only for the compatibility layer. some code had to
be refactored to avoid circular imports.

additionally, tests are being deferred temporarily due to some
incompatibility/bug in either docker-py or our stack.

Signed-off-by: baude <bbaude@redhat.com>
2020-11-19 08:16:19 -06:00

1.2 KiB

% podman-network(1)

NAME

podman-network - Manage Podman CNI networks

SYNOPSIS

podman network subcommand

DESCRIPTION

The network command manages CNI networks for Podman. It is not supported for rootless users.

COMMANDS

Command Man Page Description
connect podman-network-connect(1) Connect a container to a network
create podman-network-create(1) Create a Podman CNI network
disconnect podman-network-disconnect(1) Disconnect a container from a network
inspect podman-network-inspect(1) Displays the raw CNI network configuration for one or more networks
ls podman-network-ls(1) Display a summary of CNI networks
rm podman-network-rm(1) Remove one or more CNI networks

SEE ALSO

podman(1)