https://github.com/aguslr/docker-tor
Set up Tor as a SOCKS proxy that tunnels requests through the Tor network
https://github.com/aguslr/docker-tor
docker podman tor
Last synced: over 1 year ago
JSON representation
Set up Tor as a SOCKS proxy that tunnels requests through the Tor network
- Host: GitHub
- URL: https://github.com/aguslr/docker-tor
- Owner: aguslr
- License: gpl-3.0
- Created: 2023-11-01T11:56:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T10:13:48.000Z (about 2 years ago)
- Last Synced: 2025-01-24T06:28:50.491Z (over 1 year ago)
- Topics: docker, podman, tor
- Language: Dockerfile
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[aguslr/docker-tor][1]
======================
[](https://hub.docker.com/r/aguslr/tor) [](https://hub.docker.com/r/aguslr/tor)
This *Docker* image sets up *Tor* to be used as a SOCKS proxy that can redirect
traffic through the *Tor* network.
> **[Tor][2]** is a free and open-source software for enabling anonymous
> communication by directing Internet traffic through a free, worldwide,
> volunteer overlay network to conceal a user's location and usage from anyone
> performing network surveillance or traffic analysis.
Installation
------------
To use *Tor* for improved privacy, follow these steps:
1. Clone and start the container:
docker run -p 9050:9050 docker.io/aguslr/tor:latest
2. Change your [Web browser's proxy settings][3] to point to the appropriate
proxy:
- All traffic through *Tor*: use *SOCKSv5* proxy with `127.0.0.1:9050`.
Using a *SOCKSv5* proxy is preferred as it provides added security.
Build locally
-------------
Instead of pulling the image from a remote repository, you can build it locally:
1. Clone the repository:
git clone https://github.com/aguslr/docker-tor.git
2. Change into the newly created directory and use `docker-compose` to build and
launch the container:
cd docker-tor && docker-compose up --build -d
[1]: https://github.com/aguslr/docker-tor
[2]: https://torproject.org/
[3]: https://web.archive.org/web/https://www.stupidproxy.com/how-to-use-proxy/