➜ ~ env | grep proxy
http_proxy=http://127.0.0.1:8118
https_proxy=https://127.0.0.1:8118
~ cat /etc/default/docker
# Docker Upstart and SysVinit configuration file
#
# THIS FILE DOES NOT APPLY TO SYSTEMD
#
# Please see the documentation for "systemd drop-ins":
# https://docs.docker.com/engine/admin/systemd/
#
# If you need Docker to use an HTTP proxy, it can also be specified here.
export http_proxy="http://127.0.0.1:8118/
还是 Error response from daemon: Get https://registry.containers.ovh.net/v2/: net/http: TLS handshake timeout
