mirror of
https://github.com/containers/podman.git
synced 2025-06-04 21:55:24 +08:00

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>
1.2 KiB
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)