文章目录
- 报错信息
- 解决方法
- 参考
报错信息
process 365: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text
See the manual page for dbus-uuidgen to correct this issue.
解决方法
apt-get install -y dbus
dbus-uuidgen > /var/lib/dbus/machine-id
参考
https://github.com/activatedgeek/docker-videostack/issues/1