mirror of https://github.com/docker/cli.git
fix docker-run man page table formatting
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
669d833b90
commit
c0b7b58134
|
@ -505,12 +505,12 @@ and foreground Docker containers.
|
||||||
Set the Network mode for the container. Supported values are:
|
Set the Network mode for the container. Supported values are:
|
||||||
|
|
||||||
| Value | Description |
|
| Value | Description |
|
||||||
|:----------------------------|:-----------------------------------------------------------------------------------------|
|
|:-----------------------------|:-----------------------------------------------------------------------------------------|
|
||||||
| **none** | No networking in the container. |
|
| **none** | No networking in the container. |
|
||||||
| **bridge** | Connect the container to the default Docker bridge via veth interfaces. |
|
| **bridge** | Connect the container to the default Docker bridge via veth interfaces. |
|
||||||
| **host** | Use the host's network stack inside the container. |
|
| **host** | Use the host's network stack inside the container. |
|
||||||
| **container:**_name_|_id_ | Use the network stack of another container, specified via its _name_ or _id_. |
|
| **container:**_name_\|_id_ | Use the network stack of another container, specified via its _name_ or _id_. |
|
||||||
| _network-name_|_network-id_ | Connects the container to a user created network (using `docker network create` command) |
|
| _network-name_\|_network-id_ | Connects the container to a user created network (using `docker network create` command) |
|
||||||
|
|
||||||
Default is **bridge**.
|
Default is **bridge**.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue