January 12, 20215 yr In order to speed up network access, I configured V2ray in docker, set environment variables, and set up the unraid global proxy according to the official tutorial. The configuration is as follows: cat /boot/config/go http_proxy=http://127.0.0.1:9000 HTTPS_PROXY=http://127.0.0.1:9000 /usr/local/sbin/emhttp & echo "export http_proxy=\"http://127.0.0.1:9000\"" >> /root/.bash_profile echo "export https_proxy=\"http://127.0.0.1:9000\"" >> /root/.bash_profile Actually looking at the log found: Docker's pull will pass the proxy, but the application store and update plug-ins through webgui do not pass the proxy, and the network failure is still displayed, and no traffic information is displayed in the docker log. There is only docker update in the log information, no related domain name of github, my system is 6.9-rc2 tower-diagnostics-20210112-1808.zip Edited January 12, 20215 yr by uniartisan Attach diagnostic files
Archived
This topic is now archived and is closed to further replies.