容器里用systemctl运行服务报错:Failed to get D-Bus connection: Operation not permitted(解决方法)
Posted Dontla
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了容器里用systemctl运行服务报错:Failed to get D-Bus connection: Operation not permitted(解决方法)相关的知识,希望对你有一定的参考价值。
[root@d88483a78719 profile.d]# systemctl start vsftpd.service
Failed to get D-Bus connection: Operation not permitted
[root@d88483a78719 profile.d]#
分析原因:
Docker的设计理念是在容器里面不运行后台服务,容器本身就是宿主机上的一个独立的主进程,也可以间接的理解为就是容器里运行服务的应用进程。一个容器的生命周期是围绕这个主进程存在的,所以正确的使用容器方法是将里面的服务运行在前台。
再说到systemd,这个套件已经成为主流Linux发行版(比如CentOS7、Ubuntu14+)默认的服务管理,取代了传统的SystemV风格服务管理。systemd维护系统服务程序,它需要特权去会访问Linux内核。而容器并不是一个完整的操作系统,只有一个文件系统,而且默认启动只是普通用户这样的权限访问Linux内核,也就是没有特权,所以自然就用不了!
因此,请遵守容器设计原则,一个容器里运行一个前台服务!
参考文章:docker出现问题:Failed to get D-Bus connection: Operation not permitted解决方案
解决方法:
需要--privileged
与/usr/sbin/init
参数共同使用
以上是关于容器里用systemctl运行服务报错:Failed to get D-Bus connection: Operation not permitted(解决方法)的主要内容,如果未能解决你的问题,请参考以下文章
服务器上启动systemctl start crond.service 出现提示错误 Faile
Docker容器systemctl启动服务报错Failed to get D-Bus connection: Operation not permitted
关于centos git clone 报错 fatal: HTTP request faile
Docker的centos镜像内无法使用systemctl命令的解决办法
AFNetworking报错:(415 Domain=com.alamofire.error.serialization.response Code=-1011 "Request faile