Infra
[docker error]System has not been booted with systemd as init system (PID 1). Can't operate.Failed to connect to bus: Host is down
뚜둔뚜둔
2022. 2. 15. 14:16
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
아래의 명령어를 실행하고 나니 잘된다.
아마 docker, docker.io, containderd 중 뭐가 설치가 잘 안됐나보당 ㅎㅎ
sudo apt-get remove docker docker.io containderd
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo service docker start
암튼 이쁘게 잘뜸
반응형