"Docker is not running ... failed!"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 3개는 보이지 않습니다)
11번째 줄: 11번째 줄:
# service docker status
# service docker status
Docker is not running ... failed!
Docker is not running ... failed!
# docker images
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
</syntaxhighlight>
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[start-stop-daemon --start --background --no-close --exec /usr/bin/dockerd --pidfile /var/run/docker-ssd.pid --make-pidfile -- -p /var/run/docker.pid]]
* [[failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER]]
* [[failed to start daemon: Error initializing network controller: error obtaining controller instance: unable to add return rule in DOCKER-ISOLATION-STAGE-1 chain]]
* [[Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?]]
* [[Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?]]


[[분류: Docker]]
[[분류: Docker]]

2022년 5월 14일 (토) 18:02 기준 최신판

1 개요[ | ]

Docker is not running ... failed!
# sudo service docker start
Starting Docker: docker.
# service docker status
Docker is not running ... failed!
# sudo service docker start
Starting Docker: docker.
# service docker status
Docker is not running ... failed!
# docker images
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}