2016-12-22 2 views

答えて

1

画像を引く前docker logoutを実行してみてください。 同様の問題here

また、サーバ/クライアントの時刻同期に関連する可能性があります。したがって、docker logoutが動作しない場合は、システムの時刻が正しいかどうかを確認してください(別のタイムゾーンにある可能性があります)。 sudo date -s "28 NOV 2013 hh:mm:ss"と設定すると、現在の正確な時刻hereを確認することができます。

+0

フライングSFOからTLVまで私にこのエラーが発生しました – Orny

+0

ドッカーを再起動することで修正されました – Orny

-1

ソリューション

[[email protected] ~]# docker pull hello-world 
Using default tag: latest 
Pulling repository docker.io/library/hello-world 
**Error while pulling image: Get https://index.docker.io/v1/repositories/library/hello-world/images: authenticationrequired** 

以前の私は、ファイルすると/etc/systemd/system/docker.service.d/https-proxy.conf

[Service] 
Environment="HTTPS_PROXY=http://xxx:8080/" 

私はこのコメントにドッカプロキシを設定し、

sudo systemctl daemon-reload 
sudo systemctl restart docker 

sys-reloadedは、それから私は、hello-引っ張ってみました世界と私は得たそれ。 または 正しいユーザ名、PSWD、プロキシアドレスを使用してみてください...

時々ドッキングウィンドウは、プロキシなしでもプロキシで動作します:(

関連する問題