在我的Ubuntu上安装了docker:
$ uname -a
Linux username 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
验证失败:
$ sudo docker run hello-world
Unable to find image 'hello-world:latest' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: tls: oversized record received with length 29289.
See 'docker run --help'.
我该怎么做才能解决它?
注意:我使用公司代理。我尝试在export http_proxy
中取消注释/etc/default/docker
行并设置我的代理网址,但这并没有帮助。