mirror of https://github.com/containers/podman.git
Document --net as an alias of --network in podman run & create
Signed-off-by: Qi Wang <qiwan@redhat.com>
This commit is contained in:
parent
23c9816ba9
commit
dd02559473
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue