Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.05 KB

What?

This is a docker environment that you can build locally and be sure that all traffic from the browser goes through Tor.

I build it mostly for fun, to learn more about docker and iptables, inspired by this wish on reddit.

Why?

Presumably because you're paranoid.

How?

  1. Install Docker and Docker Compose
  2. git clone https://github.com/ahri/docker-private-browsing.git && cd docker-private-browsing
  3. docker-compose build && docker-compose run browser

If your (host) uid/gid don't match 1000/1000 then you'll need to run with: docker-compose run browser `id -u` `id -g`

Notes

Firefox, Tor, IPTables and the Firefox extensions uBlock Origin and HTTPS Everywhere were used to build these containers on top of Alpine Linux.

I'm redistributing the above mentioned extensions but of course the copyright is entirely owned by the original authors.