diff options
author | Qi Wang <qiwan@redhat.com> | 2018-10-10 12:50:41 -0400 |
---|---|---|
committer | Qi Wang <qiwan@redhat.com> | 2018-10-11 11:22:20 -0400 |
commit | dd02559473c79949314192135c95d07d0dc1a9cc (patch) | |
tree | 9fcd5284a3b43c3d044686af076fe595b44cb591 /docs/podman-create.1.md | |
parent | 23c9816ba9ff1af3538dcb725d86fc565df53a30 (diff) | |
download | podman-dd02559473c79949314192135c95d07d0dc1a9cc.tar.gz podman-dd02559473c79949314192135c95d07d0dc1a9cc.tar.bz2 podman-dd02559473c79949314192135c95d07d0dc1a9cc.zip |
Document --net as an alias of --network in podman run & create
Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'docs/podman-create.1.md')
-rw-r--r-- | docs/podman-create.1.md | 2 |
1 files changed, 1 insertions, 1 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 |