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
암튼 이쁘게 잘뜸
반응형
'Infra' 카테고리의 다른 글
[git]error: failed to push some refs to 'ssh:///.git' git push -u origin mainerror: src refspec main does not match any (0) | 2022.02.18 |
---|---|
[Ansible]여러대 서버 관리가..귀찮다면 (0) | 2022.02.17 |
[docker]docker Image Ubuntu 20.04 만들기 (0) | 2022.02.14 |
flask error -20220207 (0) | 2022.02.07 |
[Jenkins] ML cicd (0) | 2022.01.19 |