root@iStoreOS:~# docker pull pixman/pixman-armv7 Using default tag: latest Error response from daemon: Get "https://registry-1.docker.io/v2/:" net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
看你的是istoreos
你看看你istore os中使用的的代理软件是什么,比如openclash,它默认的HTTP(S) 代理端口是7890,那么你找到防火墙,自定义规则,输入如下规则,重启防火墙即可。
iptables -t nat -A PREROUTING -i docker0 -p tcp --dport 443 -j REDIRECT --to-port 7890