Merge pull request #8576 from Luap99/docs-network-rootless

[CI:DOCS] Correct which network commands can be run as rootless
This commit is contained in:
OpenShift Merge Robot
2020-12-03 10:22:03 -05:00
committed by GitHub
5 changed files with 7 additions and 3 deletions

View File

@ -10,6 +10,8 @@ podman\-network\-connect - Connect a container to a network
Connects a container to a network. A container can be connected to a network by name or by ID.
Once connected, the container can communicate with other containers in the same network.
This command is not available for rootless users.
## OPTIONS
#### **--alias**
Add network-scoped alias for the container. If the network is using the `dnsname` CNI plugin, these aliases

View File

@ -9,6 +9,8 @@ podman\-network\-disconnect - Disconnect a container from a network
## DESCRIPTION
Disconnects a container from a network.
This command is not available for rootless users.
## OPTIONS
#### **--force**, **-f**

View File

@ -7,7 +7,7 @@ podman\-network\-inspect - Displays the raw CNI network configuration for one or
**podman network inspect** [*options*] [*network* ...]
## DESCRIPTION
Display the raw (JSON format) network configuration. This command is not available for rootless users.
Display the raw (JSON format) network configuration.
## OPTIONS
#### **--format**, **-f**

View File

@ -7,7 +7,7 @@ podman\-network\-ls - Display a summary of CNI networks
**podman network ls** [*options*]
## DESCRIPTION
Displays a list of existing podman networks. This command is not available for rootless users.
Displays a list of existing podman networks.
## OPTIONS
#### **--filter**, **-f**

View File

@ -7,7 +7,7 @@ podman\-network - Manage Podman CNI networks
**podman network** *subcommand*
## DESCRIPTION
The network command manages CNI networks for Podman. It is not supported for rootless users.
The network command manages CNI networks for Podman.
## COMMANDS