Skip to content

Commit 3fd350f

Browse files
Merge pull request containers#8576 from Luap99/docs-network-rootless
[CI:DOCS] Correct which network commands can be run as rootless
2 parents caa84cd + 8437a6d commit 3fd350f

5 files changed

+7
-3
lines changed

docs/source/markdown/podman-network-connect.1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ podman\-network\-connect - Connect a container to a network
1010
Connects a container to a network. A container can be connected to a network by name or by ID.
1111
Once connected, the container can communicate with other containers in the same network.
1212

13+
This command is not available for rootless users.
14+
1315
## OPTIONS
1416
#### **--alias**
1517
Add network-scoped alias for the container. If the network is using the `dnsname` CNI plugin, these aliases

docs/source/markdown/podman-network-disconnect.1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ podman\-network\-disconnect - Disconnect a container from a network
99
## DESCRIPTION
1010
Disconnects a container from a network.
1111

12+
This command is not available for rootless users.
13+
1214
## OPTIONS
1315
#### **--force**, **-f**
1416

docs/source/markdown/podman-network-inspect.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ podman\-network\-inspect - Displays the raw CNI network configuration for one or
77
**podman network inspect** [*options*] [*network* ...]
88

99
## DESCRIPTION
10-
Display the raw (JSON format) network configuration. This command is not available for rootless users.
10+
Display the raw (JSON format) network configuration.
1111

1212
## OPTIONS
1313
#### **--format**, **-f**

docs/source/markdown/podman-network-ls.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ podman\-network\-ls - Display a summary of CNI networks
77
**podman network ls** [*options*]
88

99
## DESCRIPTION
10-
Displays a list of existing podman networks. This command is not available for rootless users.
10+
Displays a list of existing podman networks.
1111

1212
## OPTIONS
1313
#### **--filter**, **-f**

docs/source/markdown/podman-network.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ podman\-network - Manage Podman CNI networks
77
**podman network** *subcommand*
88

99
## DESCRIPTION
10-
The network command manages CNI networks for Podman. It is not supported for rootless users.
10+
The network command manages CNI networks for Podman.
1111

1212
## COMMANDS
1313

0 commit comments

Comments
 (0)