-
Notifications
You must be signed in to change notification settings - Fork 530
Closed
Description
When I run the latest image of alpine with sh,
and I set
export http_proxy=myproxy.mydomain:1234and I set
$ export no_proxy=.test.localand I run
$ wget service.test.localI see Connecting to proxy ...
I would have expected to not connect to the proxy.
Steps to reproduce when you're not sitting behind a proxy:
docker run --rm -it alpine sh
export http_proxy=foo.bar
export no_proxy=.com
wget google.comThe above should fail, as wget tries to connect to the (presumably) unresponsive proxy.
Do I have a fundamental misunderstanding regarding wget and / or no_proxy? Or is there something wrong with alpine / the wget alpine is using here?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels