Pitfalls On Orbstack Proxy
Written by Eddie ZhangatDecember 28, 2024
orbstack
proxy
how to set proxy to orbstack?
bashError response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
bash# it differs from docker/daemon.json, you should go here vim ~/.orbstack/config/docker.json # add registries just as the same as docker { "registry-mirrors": [ "https://<some-proxy>.com" ] }
bashorb config set network_proxy socks5://127.0.0.1:7890 # this command sets proxy of terminal, I added it just in case export http_proxy=socks5://127.0.0.1:7890 # see if it is set orb config show