Failed to get D-Bus connection: Operation not permitted

在Centos7的docker里装好了httpd,运行报错:

systemctl start httpd.service  
Failed to get D-Bus connection: Operation not permitted  

真无语啊,必须提权才可以:

docker run --privileged -d -p 10080:80 centos /sbin/init  

记下来,备查。

comments powered by Disqus
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章