diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-11-30 19:43:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 19:43:19 +0100 |
commit | 1613921ecc8e54a6d2ca6008a54ef16314bbb587 (patch) | |
tree | bd7471389cf3f1e42f56cc0f3fc26280c20f8117 /docs/source/markdown/podman-run.1.md | |
parent | f24812ac3ba969bc5a0628b819699d747c853e36 (diff) | |
parent | f3402c73d4a21dca68573babb3554c13cb878505 (diff) | |
download | podman-1613921ecc8e54a6d2ca6008a54ef16314bbb587.tar.gz podman-1613921ecc8e54a6d2ca6008a54ef16314bbb587.tar.bz2 podman-1613921ecc8e54a6d2ca6008a54ef16314bbb587.zip |
Merge pull request #8514 from Luap99/revert-8410-fix-multiple-networks
Revert "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.md | 2 |
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 184c12acd..bc3d5a8bb 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; -- **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; +- _network-id_: connect to a user-defined network, multiple networks should be comma separated; - **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: |