zl程序教程

您现在的位置是:首页 >  工具

当前栏目

Failed to get D-Bus connection: Operation not permitted解决

Failed 解决 to not get Connection operation Bus
2023-09-11 14:17:16 时间

docker中安装centos无法使用systemctl命令管理进程,报以下错误:

Failed to get D-Bus connection: Operation not permitted

原因:

  1. 需要启动systemd进程
  2. 需要特权

解决方法:

docker run -tdi --privileged centos init