Failed to get D-Bus connection: Operation not permitted 错误的解决办法

# 启动的时候用如下命令
docker run --privileged=true --net=host -dit --name dragon -v /data:/data:rw vitotp/centos7.6 /usr/sbin/init

–privileged=true
/usr/sbin/init
就是重点了

相关文章:

  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2021-09-04
  • 2021-12-28
  • 2022-02-12
  • 2021-09-15
  • 2022-02-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2021-06-01
相关资源
相似解决方案