2014-04-12 2 views
4

을 다운로드 나는 이미지도커 오류 - 오류 의존 층

docker pull ubuntu 

Pulling repository ubuntu 
c0fe63f9a4c1: Error pulling image (latest) from ubuntu, read tcp 162.159.253.251:443: connection reset by peer 
e20bcab99567: Error pulling image (lucid) from ubuntu, unexpected EOF 
f697cdc2ef19: Error pulling image (quantal) from ubuntu, flate: read error at offset 806906: read tcp 162.159.253.251:443: connection reset by peer 
25593492b938: Error pulling image (saucy) from ubuntu, read tcp 162.159.253.251:443: connection reset by peer 
ab4344e23e3a: Error pulling image (13.04) from ubuntu, flate: read error at offset 585714: read tcp 162.159.253.251:443: connection reset by peer 
511136ea3c5a: Download complete 
9a8b9d29f4fc: Download complete 
01bdd5cc09de: Download complete 
13dec63ebd94: Error downloading dependent layers 
6170bb7b0ad1: Download complete 
79fdb1362c84: Error downloading dependent layers 
1c7f181e78b9: Download complete 
d0732e6ce563: Error downloading dependent layers 
f323cf34fd77: Download complete 
9109d385566e: Error downloading dependent layers 
2014/04/13 04:21:18 Could not find repository on any of the indexed registries. 
+0

여러 번 시도해 보셨습니까? 매번 같은 오류가 발생합니까? – jpetazzo

+0

예, 여러 번 시도한 결과가 같습니다. –

답변

1

인터넷 연결이 얼마나 빠릅을 다음과 같은 오류 당겨받을 때? 나는 같은 오류를 가지고 있으며 느린 인터넷으로 인해 타임 아웃과 관련이 있다고 생각한다. 여러 번 시도했는데 ...

0

루트로 실행 해보십시오. 비 특권 사용자로 명령을 실행할 때 동일한 오류가 발생합니다. 내가 루트로 실행했을 때, 그것은 잘 동작했다.

sudo docker pull ubuntu 
+0

권한이없는 사용자는 소켓 오류를 제공해야합니다. 대부분의 기본 환경은 루트가 아니라면 다운로드를 허용하지 않습니다. –