字数
48 字
阅读时间
1 分钟
docker --version1docker compose version
- wsl --install装WSL2
- 设置代理:
- export http_proxy=http://127.0.0.1:7897
- export https_proxy=http://127.0.0.1:7897
export http_proxy=http://127.0.0.1:7897 export https_proxy=http://127.0.0.1:7897 export ALL_PROXY=socks5://127.0.0.1:7897 cd ~/dify/docker