summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-run.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-11-21 02:11:22 +0100
committerGitHub <noreply@github.com>2020-11-21 02:11:22 +0100
commitb30ca110ec1deced8dc9322665f3d0ffe8e61bee (patch)
tree6284b74e5e6f4419af172fde21d317dbd061a117 /docs/source/markdown/podman-run.1.md
parentbff3bd610a3cc814fb5dde9dc62286f0f6c351c3 (diff)
parentf441190d10ca3d41e01a076e4b9b3a63746888b6 (diff)
downloadpodman-b30ca110ec1deced8dc9322665f3d0ffe8e61bee.tar.gz
podman-b30ca110ec1deced8dc9322665f3d0ffe8e61bee.tar.bz2
podman-b30ca110ec1deced8dc9322665f3d0ffe8e61bee.zip
Merge pull request #8410 from Luap99/fix-multiple-networks
Allow multiple --network flags for podman run/create
Diffstat (limited to 'docs/source/markdown/podman-run.1.md')
-rw-r--r--docs/source/markdown/podman-run.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md
index bc3d5a8bb..184c12acd 100644
--- a/docs/source/markdown/podman-run.1.md
+++ b/docs/source/markdown/podman-run.1.md
@@ -614,7 +614,7 @@ Valid _mode_ values are:
- **none**: no networking;
- **container:**_id_: reuse another container's network stack;
- **host**: use the Podman host network stack. Note: the host mode gives the container full access to local system services such as D-bus and is therefore considered insecure;
-- _network-id_: connect to a user-defined network, multiple networks should be comma separated;
+- **cni-network**: connect to a user-defined network, multiple networks should be comma-separated or they can be specified with multiple uses of the **--network** option;
- **ns:**_path_: path to a network namespace to join;
- **private**: create a new namespace for the container (default)
- **slirp4netns[:OPTIONS,...]**: use **slirp4netns**(1) to create a user network stack. This is the default for rootless containers. It is possible to specify these additional options: