Back

docker - 使用代理 proxy socks5 docker-compose

发布时间: 2022-02-13 03:56:00

export ALL_PROXY=socks5://localhost:port
$ docker pull image

Back