mirror of https://github.com/docker/docs.git
Cannot find reference to --net
Is network intended? It looks like this is talking about https://docs.docker.com/engine/reference/run/#network-settings
This commit is contained in:
parent
ba950b14b6
commit
14ef9244e3
|
@ -1246,7 +1246,7 @@ For a full list of supported logging drivers and their options, see
|
||||||
|
|
||||||
### network_mode
|
### network_mode
|
||||||
|
|
||||||
Network mode. Use the same values as the docker client `--net` parameter, plus
|
Network mode. Use the same values as the docker client `--network` parameter, plus
|
||||||
the special form `service:[service name]`.
|
the special form `service:[service name]`.
|
||||||
|
|
||||||
network_mode: "bridge"
|
network_mode: "bridge"
|
||||||
|
|
Loading…
Reference in New Issue