osrf / rocker

A tool to run docker containers with overlays and convenient options for things like GUIs etc.
Apache License 2.0
567 stars 74 forks source link

Enable squid transparent proxy #240

Closed tfoote closed 6 months ago

tfoote commented 1 year ago

Such as https://github.com/jpetazzo/squid-in-a-can

And potentially support falling back to a shared proxy for better acceleration.

tfoote commented 6 months ago

With the recently discovered proxy settings available via the docker config in #275 I think that this is a better solution to leverage a proxy https://docs.docker.com/network/proxy/#configure-the-docker-client

As such I'm going to close this as won't fix. It could be revived if there's a specific need, but most tools respect those environment variables.