Browse code

docs: add note about MAC addresses not being unique

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 763aceeb733cdd927eb2de6232f0257267b6f71e)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/04/20 23:45:43
Showing 1 changed files
... ...
@@ -291,7 +291,8 @@ you can override this with `--dns`.
291 291
 
292 292
 By default, the MAC address is generated using the IP address allocated to the
293 293
 container. You can set the container's MAC address explicitly by providing a
294
-MAC address via the `--mac-address` parameter (format:`12:34:56:78:9a:bc`).
294
+MAC address via the `--mac-address` parameter (format:`12:34:56:78:9a:bc`).Be
295
+aware that Docker does not check if manually specified MAC addresses are unique.
295 296
 
296 297
 Supported networks :
297 298