Failed to get D-Bus connection: Operation not permitted解决
docker中安装centos无法使用systemctl命令管理进程,报以下错误:
Failed to get D-Bus connection: Operation not permitted
原因:
- 需要启动systemd进程
- 需要特权
解决方法:
docker run -tdi --privileged centos init
如对您有帮助,支持下呗!
微信
支付宝