I'm trying to set a specific mac address in docker using the following command but it's not working
docker run --lxc-conf="lxc.network.hwaddr=ec:g6:bb:98:9c:d3" -i -t 0d14
anyone see anything wrong with the command above ?
I'm trying to set a specific mac address in docker using the following command but it's not working
docker run --lxc-conf="lxc.network.hwaddr=ec:g6:bb:98:9c:d3" -i -t 0d14
anyone see anything wrong with the command above ?