(Translated by https://www.hiragana.jp/)
GitHub - hkjn/tor-browser: This repo defines the hkjn/tor-browser Docker image.
Skip to content

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

License

Notifications You must be signed in to change notification settings

hkjn/tor-browser

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published