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. 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. Once connected, the container can communicate with other containers in the same network.
This command is not available for rootless users.
## OPTIONS ## OPTIONS
#### **--alias** #### **--alias**
Add network-scoped alias for the container. If the network is using the `dnsname` CNI plugin, these aliases 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 ## DESCRIPTION
Disconnects a container from a network. Disconnects a container from a network.
This command is not available for rootless users.
## OPTIONS ## OPTIONS
#### **--force**, **-f** #### **--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* ...] **podman network inspect** [*options*] [*network* ...]
## DESCRIPTION ## DESCRIPTION
Display the raw (JSON format) network configuration. This command is not available for rootless users. Display the raw (JSON format) network configuration.
## OPTIONS ## OPTIONS
#### **--format**, **-f** #### **--format**, **-f**

View File

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

View File

@ -7,7 +7,7 @@ podman\-network - Manage Podman CNI networks
**podman network** *subcommand* **podman network** *subcommand*
## DESCRIPTION ## 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 ## COMMANDS