Skip to content

MitchellThompkins/tor-relay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

251 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tor for Docker

Build Version Size Package Pulls

Docker container of the Tor network proxy daemon.

Features ✨

  • Intended to be used as a relay

Usage 🐳

Via Docker CLI:
docker run --name tor-relay -p 9001:9001 -p 9030:9030 -v $(pwd)/data:/var/lib/tor tor-relay:latest

Users will need to create data/ directory and own it with the tor user id (100).

mkdir data/
sudo chown 100:100 ./data

About

Tor in a Docker container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 65.6%
  • Dockerfile 34.4%