Docker not using proxies within Python script
I’m facing an issue where my Python script using the requests library work fine outside of Docker. But inside
Docker it doesn’t seem to use the proxy to make the request. It also doesn’t throw any errors.