mirror of https://github.com/docker/cli.git
enhancing set-macaddress docu #2
Signed-off-by: Malte Janduda <mail@janduda.net>
This commit is contained in:
parent
a9e9f21f0f
commit
7a545897fe
|
@ -140,7 +140,7 @@ example, `docker run ubuntu:14.04`.
|
|||
'container:<name|id>': reuses another container network stack
|
||||
'host': use the host network stack inside the container
|
||||
--add-host="" : Add a line to /etc/hosts (host:IP)
|
||||
--mac-address="" : Sets the container's ethernet device's MAC address
|
||||
--mac-address="" : Sets the container's Ethernet device's MAC address
|
||||
|
||||
By default, all containers have networking enabled and they can make any
|
||||
outgoing connections. The operator can completely disable networking
|
||||
|
|
Loading…
Reference in New Issue