关于docker执行时遇到的小错误?

Quoniam 2015-10-27 23:15:28

执行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
回帖列表
qq_539fa61248aa4 2015-11-05 07:40:27
应该是网络方面的原因,可以考虑用国内的镜像。
1/ 1
蝉知2.0