timsayshey / docker-squid-e2guardian-pi

Squid with SSL bump and e2guardian together in one docker container for raspberry pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#docker-squid-e2guardian-rpi

This is a docker container made for raspberry pi that contains a squid proxy with SSL bump and e2guardian together. It is based on both e2guardian and syakesaba/docker-sslbump-proxy. I created this combination docker container to simplify the internal networking needed for ICAP.

Baseimage

raspbian/stretch

Quickstart

docker run --name e2guardian-rpi -d --restart=always \
  --publish 3128:3128 \
  --volume /path/to/e2gaurdian/lists:/etc/e2guardian/lists \
  --volume /path/to/squid/conf:/etc/squid \
  --link some-squid:proxy \
  docker-squid-e2guardian-rpi

About

Squid with SSL bump and e2guardian together in one docker container for raspberry pi.


Languages

Language:Dockerfile 70.8%Language:Shell 29.2%