Sign inSign up

nathandines/transparent-squid

By nathandines

Updated over 8 years ago

Container with a transparent proxy based off of Alpine Linux

Image
0

519

nathandines/transparent-squid repository overview

docker-transparent-squid

Intended to be used as a base image for tools which need to go through a proxy server, where native proxy support is limited

Usage

(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

Tag summary

Content type

Image

Digest

Size

7.3 MB

Last updated

over 8 years ago

docker pull nathandines/transparent-squid