Contribute to the Tor network with a Raspberry PI and Docker
Edit torrc file to match your need. See git repo for examples
# Run a tor relay
$ docker run -d -v torrc:/etc/tor/torrc -p 9001:9001 pajdk/rpi-tor:latest
# Run a tor relay and will also open a SOCKS connect on 9050
$ docker run -d -v torrc:/etc/tor/torrc -p 9001:9001 -p 9050:9050 \
pajdk/rpi-tor:latest
# Open up a Tor SOCKS proxy on the Raspberry Pi
$ docker run -d -v torrc-bridge:/etc/tor/torrc -p 9050:9050 pajdk/rpi-tor:latest
Latest code at https://github.com/paj-dk/rpi-tor/releases/latest
Based on foertel/rpi-alpine-tor
Content type
Image
Digest
Size
73.2 MB
Last updated
over 7 years ago
docker pull pajdk/rpi-tor