1.centos7使用systemctl报错
Failed to get D-Bus connection: Operation not permitted
解决方案:
启动的命令需要挂载cgroup的fs,并用init来做entrypoint。
如果需要执行其它命令,可以执行exec进入容器
1.centos7使用systemctl报错
Failed to get D-Bus connection: Operation not permitted
解决方案:
启动的命令需要挂载cgroup的fs,并用init来做entrypoint。