diff options
author | Paul Holzinger <paul.holzinger@web.de> | 2020-12-03 14:43:37 +0100 |
---|---|---|
committer | Paul Holzinger <paul.holzinger@web.de> | 2020-12-03 14:43:37 +0100 |
commit | 8437a6df16168b9192f9648d6ccf3fce6d56e47a (patch) | |
tree | c36f8aa54089debcad859f1c03fad318fb5d368d /docs/source/markdown/podman-network-connect.1.md | |
parent | 85b412ddcdacb635e13ec67ecd2df5990dbdca02 (diff) | |
download | podman-8437a6df16168b9192f9648d6ccf3fce6d56e47a.tar.gz podman-8437a6df16168b9192f9648d6ccf3fce6d56e47a.tar.bz2 podman-8437a6df16168b9192f9648d6ccf3fce6d56e47a.zip |
Correct which network commands can be run as rootless
Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
Diffstat (limited to 'docs/source/markdown/podman-network-connect.1.md')
-rw-r--r-- | docs/source/markdown/podman-network-connect.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-network-connect.1.md b/docs/source/markdown/podman-network-connect.1.md index 58b6e5c44..a31a415dc 100644 --- a/docs/source/markdown/podman-network-connect.1.md +++ b/docs/source/markdown/podman-network-connect.1.md @@ -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 |