Browse code

enhancing set-macaddress docu #2

Signed-off-by: Malte Janduda <mail@janduda.net>

Malte Janduda authored on 2014/11/04 23:19:47
Showing 2 changed files
... ...
@@ -189,7 +189,7 @@ and foreground Docker containers.
189 189
                                'host': use the host network stack inside the container.  Note: the host mode gives the container full access to local system services such as D-bus and is therefore considered insecure.
190 190
 
191 191
 **--mac-address**=*macaddress*
192
-   Set the MAC address for the container's ethernet device:
192
+   Set the MAC address for the container's Ethernet device:
193 193
     --mac-address=12:34:56:78:9a:bc
194 194
 
195 195
 Remember that the MAC address in an Ethernet network must be unique.
... ...
@@ -140,7 +140,7 @@ example, `docker run ubuntu:14.04`.
140 140
                                   'container:<name|id>': reuses another container network stack
141 141
                                   'host': use the host network stack inside the container
142 142
     --add-host=""    : Add a line to /etc/hosts (host:IP)
143
-    --mac-address="" : Sets the container's ethernet device's MAC address
143
+    --mac-address="" : Sets the container's Ethernet device's MAC address
144 144
 
145 145
 By default, all containers have networking enabled and they can make any
146 146
 outgoing connections. The operator can completely disable networking