关于docker执行时遇到的小错误?
2015-10-27 23:15:28
Quoniam
  • 访问次数: 2
  • 注册日期: 2015-10-19
  • 最后登录: 2015-10-19

执行sudo docker run -i -t ubuntu /bin/bash

出现下面的问题是什么原因?


Unable to find image 'ubuntu:latest' locally
latest: Pulling from library/ubuntu
c63fb41c2213: Pulling fs layer 
99fcaefe76ef: Pulling fs layer 
5a4526e952f0: Pulling fs layer 
1d073211c498: Pulling fs layer 
Pulling repository docker.io/library/ubuntu
Error while pulling image: Get https://index.docker.io/v1/repositories/library/ubuntu/images: net/http: TLS handshake timeout
沙发
2015-11-05 07:40:27
开源春哥
  • 访问次数: 28
  • 注册日期: 2014-06-17
  • 最后登录: 2017-05-17
应该是网络方面的原因,可以考虑用国内的镜像。
1/1