diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-10-11 10:19:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-11 10:19:05 -0700 |
commit | 92b68e802ccafad85b06bbdfa4c050ed384e1a6a (patch) | |
tree | 9fcf4874fd2409f28141bea42f769c5cde2e88b6 /docs | |
parent | b5f4bb15a5569ba6cf3517c3c979c75ad205ada5 (diff) | |
parent | dd02559473c79949314192135c95d07d0dc1a9cc (diff) | |
download | podman-92b68e802ccafad85b06bbdfa4c050ed384e1a6a.tar.gz podman-92b68e802ccafad85b06bbdfa4c050ed384e1a6a.tar.bz2 podman-92b68e802ccafad85b06bbdfa4c050ed384e1a6a.zip |
Merge pull request #1621 from QiWang19/issue1615
Document --net as an alias of --network in podman run & create
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-create.1.md | 2 | ||||
-rw-r--r-- | docs/podman-run.1.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index c42671b76..167fce5b9 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -416,7 +416,7 @@ to the container with **--name** then the daemon will also generate a random string name. The name is useful any place you need to identify a container. This works for both background and foreground containers. -**--network**="*bridge*" +**--net**, **--network**="*bridge*" Set the Network mode for the container 'bridge': create a network stack on the default bridge diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index fccebb7f7..b70396a6d 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -401,7 +401,7 @@ to the container with **--name** then the daemon will also generate a random string name. The name is useful any place you need to identify a container. This works for both background and foreground containers. -**--network**="*bridge*" +**--net**, **--network**="*bridge*" Set the Network mode for the container: - `bridge`: create a network stack on the default bridge |