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.
4

2 に答える 2

1

あなたのインターネット接続はどれくらい速いですか?同じエラーが発生し、インターネットが遅いためにタイムアウトに関連していると考えています. 複数の試行が機能しました...

于 2014-05-16T18:03:55.647 に答える
0

ルートとして実行してみてください。非特権ユーザーとしてコマンドを実行すると、同じエラーが発生します。root で実行したところ、問題なく動作しました。

sudo docker pull ubuntu
于 2014-05-20T22:08:03.150 に答える