Simple Tor Relay Docker container
1.4K
This is a simple docker container to run the most updated version of tor on your computer in a safe way.
Now, you cannot say anymore: "I cannot create my node, it's too complicated'.
Find more information about tor on the officiel tor website https://www.torproject.org/.
To run this container, you will need docker and docker-compose (optionnal).
docker-compose.yml
version: "2"
services:
tor:
image: fedorage/tor-simple-relay:latest
ports:
- "443:9001"
- "80:9030"
- "46396:46396"
environment:
TOR_EXTRA_CONF: |
Nickname MyTorSimpleRelay
ContactInfo [email protected]
docker-compose.yml
version: "2"
services:
tor:
image: fedorage/tor-simple-relay:latest
ports:
- "443:9001"
- "80:9030"
- "46396:46396"
environment:
TOR_EXTRA_CONF: |
Nickname MyTorSimpleRelay
ContactInfo [email protected]
Exitpolicy reject *:* # Exit node not allowed
docker-compose up -d
Then wait for 20 minutes, and check if your node is in the list of nodes in https://torstatus.blutmagie.de/.
We use Github for source versionning:
We use Docker Hub for image versioning and auto-building docker images:
This project is licensed under the MIT License - see the LICENSE.md file for details.
Content type
Image
Digest
Size
312 MB
Last updated
almost 6 years ago
docker pull fedorage/tor-simple-relay