With docker run
, it’s possible to fix the MAC address with the --mac-address
option. I’ve looked, and I can’t find a way to fix the MAC address with docker build
. I am wanting to dockerize software that has a license fixed to a MAC address (I’m not trying to get around the license; I’m trying to have a more reproducible system architecture).
Thanks!