首页 > 其他 > 详细

Docker报错之“Failed to get D-Bus connection: Operation not permitted”

时间:2020-10-31 18:09:35      阅读:33      评论:0      收藏:0      [点我收藏+]

今天打算在容器里安装ssh服务,正当我打算systemctl start sshd时,

Failed to get D-Bus connection: Operation not permitted

纳尼???不让操作???

突然想起来我之前总结的Docker篇之docker容器里有介绍过,

--privileged=true

 

技术分享图片

 

 

 

但是要注意,这是在创建容器时才有得选项

给容器最高特权

docker run -it --name sshd_centos --privileged=true centos:centos7 bash
[root@7ae11083972b /]# 

 

Docker报错之“Failed to get D-Bus connection: Operation not permitted”

原文:https://www.cnblogs.com/yuan9910/p/13906793.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!