Container with a transparent proxy based off of Alpine Linux
519
Intended to be used as a base image for tools which need to go through a proxy server, where native proxy support is limited
(UPSTREAM_PROXY_OPTIONS are Squid cache_peer options; e.g. login=username:password)
docker run --rm -ti --cap-add=NET_ADMIN --cap-add=NET_RAW \
-e 'UPSTREAM_PROXY_HOST=<proxy_hostname>' \
-e 'UPSTREAM_PROXY_PORT=<proxy_port>' \
-e 'UPSTREAM_PROXY_OPTIONS=<proxy_options>' \
nathandines/transparent-squid:latest
Content type
Image
Digest
Size
7.3 MB
Last updated
over 8 years ago
docker pull nathandines/transparent-squid