Go to file
2017-06-30 18:52:14 +02:00
Dockerfile Add gpg dependency 2017-06-30 18:52:14 +02:00
LICENSE Initial commit. 2016-02-27 18:56:39 +01:00
README.md Suggest :ro for torrc dir in docs 2017-01-27 06:44:01 +01:00
start Add missing dependencies, fix ownership issue and add --debug 2017-05-19 21:14:04 +02:00
tor_browser.sh Drop TODO that is TODONE 2016-02-27 19:19:26 +01:00

tor-browser

This repo defines the hkjn/tor-browser Docker image.

You can run tor-browser in a container with a command like:

docker run -it --rm --name tor-browser \
           -v /tmp/.X11-unix:/tmp/.X11-unix:ro \
           -e DISPLAY=unix$DISPLAY \
           hkjn/tor-browser

If you want to specify a custom torrc file, that can be done with:

docker run -it --rm --name tor-browser \
           -v /host/dir/containing/torrc:/conf:ro \
           -e TORRC_PATH=/conf/torrc \
           -v /tmp/.X11-unix:/tmp/.X11-unix:ro \
           -e DISPLAY=unix$DISPLAY \
           hkjn/tor-browser