Hey there! If you’re looking to quickly add docker container to network proxy, you might wanna check out Proxyman. It’s a tool that simplifies proxy setups for Docker containers.
Alternatively, you can use:
`docker run --network host --env HTTP_PROXY=http://proxy:port your-image`
This routes all traffic through the proxy without extra config. Hope that helps!
Alternatively, you can use:
`docker run --network host --env HTTP_PROXY=http://proxy:port your-image`
This routes all traffic through the proxy without extra config. Hope that helps!
