Henrik Jonsson a6e6d049f3 Revert "Switch to 7.0a3"
This reverts commit 14d8fb9e080d14d281db1b1cefb1ddf958ecb57d.

Seems to not start; brief debugging shows possible issue with missing .so file:
$ firefox --class "Tor Browser"
firefox: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by firefox)

Reverting until I have a chance to debug.
2017-05-02 21:37:56 +02:00
2017-05-02 21:37:56 +02:00
2016-02-27 18:56:39 +01:00
2017-01-27 06:44:01 +01:00
2017-01-27 06:41:17 +01:00
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
Description
No description provided
Readme 74 KiB
Languages
Dockerfile 64.7%
Shell 35.3%