Sign inSign up

dockerapp/e2guardian

By dockerapp

Updated over 10 years ago

Standalone e2guardian for use with proxy container.

Image
1

2.7K

dockerapp/e2guardian repository overview

e2guardian

e2guardian is an Open Source web content filter.

Quickstart
docker run --name e2guardian -d --restart=always \
  --publish 8080:8080 \
  --volume /path/to/lists:/etc/e2guardian/lists \
  --link some-squid:proxy \
  dockerapp/e2guardian

SELinux:

chcon -Rt svirt_sandbox_file_t /path/to/lists

TODO

  • add configuration options for: language selection, log level

Tag summary

Content type

Image

Digest

Size

165.5 MB

Last updated

over 10 years ago

docker pull dockerapp/e2guardian