mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Default MAC address generation is not random and should be stated in the documentation.
Signed-off-by: Gianluca Borello <g.borello@gmail.com>
This commit is contained in:
committed by
Tibor Vass
parent
edbbcc6dae
commit
ed206bfca4
@@ -216,9 +216,9 @@ networking. In cases like this, you would perform I/O through files or
|
||||
Your container will use the same DNS servers as the host by default, but
|
||||
you can override this with `--dns`.
|
||||
|
||||
By default a random MAC is generated. You can set the container's MAC address
|
||||
explicitly by providing a MAC via the `--mac-address` parameter (format:
|
||||
`12:34:56:78:9a:bc`).
|
||||
By default, the MAC address is generated using the IP address allocated to the
|
||||
container. You can set the container's MAC address explicitly by providing a
|
||||
MAC address via the `--mac-address` parameter (format:`12:34:56:78:9a:bc`).
|
||||
|
||||
Supported networking modes are:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user