MatthewKing / DeviceId

A simple library providing functionality to generate a 'device ID' that can be used to uniquely identify a computer.
MIT License
785 stars 118 forks source link

Docker0 bridge interface is including to macaddress #70

Closed matihuf closed 1 year ago

matihuf commented 1 year ago

Docker is creating bridge interface in system with name docker0. DeviceId is including macaddress of this interface and it's fine but docker0 interface got new macaddress after PC reboot so we got new device id.

More about bridge https://docs.docker.com/network/drivers/bridge/

OS: Ubuntu