socks proxy configuration assistance - macOS #19354
Replies: 2 comments 2 replies
-
You have to set |
Beta Was this translation helpful? Give feedback.
-
Was setting it there to test (and then use) a podman push from inside the machine as I needed to preserve the setting for reuse.
This method seems to have no effect on my machine but it may well be something strange I am (or not) doing. Same issue for me with Docker so it may well be something particular to my configuration. |
Beta Was this translation helpful? Give feedback.
-
Running podman 4.5.1 on macOS (M2 processor)
I am trying to use a socks5 proxy that is running on localhost:5000
If I do a podman machine ssh and set https_proxy=socks5://host.containers.internal:5000, I am able leverage the proxy for a registry push.
If I try the same from the macOS terminal, I have not been able to make the same work.
I have tried the same setting I used above after locahost:5000, 127.0.0.1:5000, along with address that the above resolves to.
I am guessing I am missing something obvious - any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions