mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00
Merge pull request #8367 from Luap99/docs-network-pod
[CI:DOCS] Explain the relation between --pod and --network
This commit is contained in:
@ -574,9 +574,9 @@ to the container with **--name** then it will 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**=*mode*, **--net**
|
||||
|
||||
Set the network mode for the container. Invalid if using **--dns**, **--dns-opt**, or **--dns-search** with **--network** that is set to **none** or **container:**_id_.
|
||||
Set the network mode for the container. Invalid if using **--dns**, **--dns-opt**, or **--dns-search** with **--network** that is set to **none** or **container:**_id_. If used together with **--pod**, the container will not join the pods network namespace.
|
||||
|
||||
Valid _mode_ values are:
|
||||
|
||||
|
@ -602,7 +602,7 @@ This works for both background and foreground containers.
|
||||
|
||||
#### **--network**=*mode*, **--net**
|
||||
|
||||
Set the network mode for the container. Invalid if using **--dns**, **--dns-opt**, or **--dns-search** with **--network** that is set to **none** or **container:**_id_.
|
||||
Set the network mode for the container. Invalid if using **--dns**, **--dns-opt**, or **--dns-search** with **--network** that is set to **none** or **container:**_id_. If used together with **--pod**, the container will not join the pods network namespace.
|
||||
|
||||
Valid _mode_ values are:
|
||||
|
||||
|
Reference in New Issue
Block a user