本文共 167 字,大约阅读时间需要 1 分钟。
docker中安装centos无法使用systemctl命令管理进程,报以下错误:
Failed to get D-Bus connection: Operation not permitted
原因:
解决方法:
docker run -tdi --privileged centos init
转载地址:http://tlmzz.baihongyu.com/