Skip to content

Simple Docker container for Tor. Only SOCKS5 proxy.

License

Notifications You must be signed in to change notification settings

mu373/docker-tor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-tor

Simple Docker container for Tor.

  • Unlike other Docker images for Tor (i.e., dperson/torproxy and dockage/tor-privoxy), this one only runs SOCKS5 proxy.
  • Just the naive tor daemon. No web/HTTP proxy (Privoxy).

Getting started

In your host machine, set up the container as following:

# Let's prepare docker-compose.yml
cp docker-compose-template.yml docker-compose.yml

# If you want to add custom torrc configuration
cp torrc.d/custom-config cp torrc.d/my-custom-config
vim torrc.d/my-custom-config

# Start the container
docker compose up -d

# Let's check if we can connect through the Tor proxy
curl -vLx socks5://localhost:9050 inet-ip.info

About

Simple Docker container for Tor. Only SOCKS5 proxy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published