Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 백준
- 코드품앗이
- django
- 동적계획법과최단거리역추적
- Vue
- 알고리즘
- 코딩테스트
- cos
- 파이썬
- Algorithm
- issue
- cos pro 1급
- Flutter
- vuejs
- android
- DFS와BFS
- codingtest
- 안드로이드스튜디오
- 동적계획법
- BAEKJOON
- AndroidStudio
- 코테
- 분할정복
- 안드로이드
- DFS
- 개발
- C++
- cos pro
- DART
- Python
Archives
- Today
- Total
Development Artist
[Issue, Docker, Ubuntu] Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 본문
Internship
[Issue, Docker, Ubuntu] Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
JMcunst 2021. 7. 15. 10:49728x90
반응형
이슈
docker ps 명령어 입력시 발생한 이슈
해결
1. 다음 명령어 입력 : 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.
2. 다음 명령어 입력 : sudo /etc/init.d/docker start
728x90
반응형
'Internship' 카테고리의 다른 글
Comments