2016-12-22 8 views

답변

1

화상 당기는 전에 docker logout 실행을보십시오. 비슷한 문제 here

또한 서버/클라이언트 시간 동기화와 관련 될 수 있으므로 docker logout이 작동하지 않으면 시스템 시간이 올바른지 확인하십시오 (다른 시간대에있을 수 있음). sudo date -s "28 NOV 2013 hh:mm:ss"으로 설정하면 현재 정확한 시간 인 here을 확인할 수 있습니다.

+0

비행을 SFO에서 TLV로이 오류가 발생했습니다 – Orny

+0

Docker를 다시 시작하면 문제가 해결되었습니다. – 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** 

이전 I 파일 다음 /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은 그 때 나는 안녕하세요 - 당기려고 세상과 나는 그것. 또는 는

때때로 고정 표시기는 프록시 :(