$ sudo systemctl start docker System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down 오류

행행·2022년 8월 2일
0
  • 오류발생
$ sudo systemctl start docker
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down

권한이 없는 곳에서 실행해서 그렇다고 한다

  • 오류 해결
sudo /etc/init.d/docker start

도커를 실행해주면 된다.

profile
성장하려고 분투 중인 개발자

0개의 댓글