LoginSignup
0
0

More than 1 year has passed since last update.

CentOs Failed to get D-Bus connection: Operation not permitte 解決策

Posted at

docker pull で取得したCentOS環境で systmctl コマンドを実行すると Failed to get D-Bus connection: Operation not permitteというエラーが表示されることがあります。

解決方法

systemctlを有効化してcentOSを立ち上げる必要がある。

$ docker run -d --privileged  centos /sbin/init
$ docker exec -it [id]  /bin/bash

[id]にはコンテナidが入ります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0