summaryrefslogtreecommitdiff
path: root/docs/podman-create.1.md
diff options
context:
space:
mode:
authorSagi Shnaidman <sshnaidm@redhat.com>2019-10-24 21:48:01 +0300
committerSagi Shnaidman <sshnaidm@redhat.com>2019-10-24 22:18:16 +0300
commite4566cc2166c6a723c1c4fc868f898d705e1d064 (patch)
tree2584ef4ba6ecb3955c82e126a05caf81230d36fa /docs/podman-create.1.md
parentba4a808fe7ca10ed0581239624623f9ea85773ec (diff)
downloadpodman-e4566cc2166c6a723c1c4fc868f898d705e1d064.tar.gz
podman-e4566cc2166c6a723c1c4fc868f898d705e1d064.tar.bz2
podman-e4566cc2166c6a723c1c4fc868f898d705e1d064.zip
Add multiple networks explanation to docs
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
Diffstat (limited to 'docs/podman-create.1.md')
-rw-r--r--docs/podman-create.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md
index 626ed9f64..8b2218227 100644
--- a/docs/podman-create.1.md
+++ b/docs/podman-create.1.md
@@ -519,7 +519,7 @@ Set the Network mode for the container. Invalid if using **--dns**, **--dns-opti
'none': no networking
'container:<name|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-name>|<network-id>': connect to a user-defined network
+ '<network-name>|<network-id>': connect to a user-defined network, multiple networks should be comma separated
'ns:<path>': path to a network namespace to join
'slirp4netns': use slirp4netns to create a user network stack. This is the default for rootless containers