$ docker run -it busybox
Unable to find image 'busybox:latest' locally
latest: Pulling from library/busybox
90e01955edcd: Pull complete
Digest: sha256:2a03a6059f21e150ae84b0973863609494aad70f0a80eaeb64bddd8d92465812
Status: Downloaded newer image for busybox:latest
/ # ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
^C
--- 8.8.8.8 ping statistics ---
285 packets transmitted, 0 packets received, 100% packet loss
/ #
为什么会这样?我该怎么解决?
答案 0 :(得分:1)
您好,您可以检查网络接口eth0或其他名称吗 或重启网络接口 ifdown eth0
ifup eth0
如果vpc中的实例,则检查NAT或Internet网关是否存在以建立与Internet的连接
答案 1 :(得分:1)
我在代理后面,解决方案是在〜/ .docker / config.json中设置代理的ip地址而不是名称。