Files
podman/docs/podman-network.1.md
baude 6220ef1488 inclusion of podman network
adding podman network and the subcommands inspect, list, and rm.  the
inspect subcommand displays the raw cni network configuration.  the list
subcommand displays a summary of the cni networks ala ps.  and the rm
subcommand removes a cni network.

Signed-off-by: baude <bbaude@redhat.com>
2019-08-15 12:49:12 -05:00

921 B

% 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
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)