Closed xiebin2014 closed 2 months ago
It looks like a Docker specific problem, you may find you answer in Docker's community.
It looks like a Docker specific problem, you may find you answer in Docker's community.
No ports exposed in this image Does this matter
i found the bug
in config.json
address should be 0.0.0.0, i used 127.0.0.1
config.json
docker-compose
Using export http_proxy=http://127.0.0.1:1080 inside the container works. Using export http_proxy=http://172.17.0.1:1688 in other containers does not work.
whats the possible reasons