How do I create 2 NICs in a Docker container, each having a different MAC address, from outside of the container, when the container is created / spawned off for the first time?
That is, using the host's command-line interface and not that of the OS running in the container.
If I use --mac-address=... twice, only the second value is accepted resulting in a single-homed container.