본문 바로가기
Error

[Docker] Failed to get D-Bus connection: Operation not permitted

by eddypark 2023. 8. 30.

문제 : 도커 컨테이너 내부 터미널에서 systemctl 명령어가 먹히지 않는 에러가 발생한다.

해결법 : 컨테이너 실행 시 --privileged 명령어를 추가로 넣어야 한다.

ex) docker run --privileged -d --name centos centos init