docker pi proxy

docker

proxy

https://docs.docker.com/engine/daemon/proxy

{
“proxies”: {
“http-proxy”: “http://127.0.0.1:1081”,
“https-proxy”: “http://127.0.0.1:1081”,
“no-proxy”: “localhost,127.0.0.1,192.168.1.0/24,192.168.192.0/24”
}

mirror

https://docs.docker.com/docker-hub/mirror

https://github.com/y0ngb1n/dockerized

{
  "registry-mirrors": ["https://<my-docker-mirror-host>"]
}

pi

raspi-config

proxy-all: socks5h:127.0.0.1:1080

proxy-all: http://127.0.0.1:1081

ubuntu

/etc/environment

http_proxy=”http://127.0.0.1:1081″
https_proxy=”http://127.0.0.1:1081″
no_proxy=”localhost,127.0.0.1,192.168.1.0/24,192.168.192.0/24″