https://github.com/mmerian/docker-tor
Docker container for running a tor node
https://github.com/mmerian/docker-tor
docker dockerfile tor tor-network
Last synced: 5 months ago
JSON representation
Docker container for running a tor node
- Host: GitHub
- URL: https://github.com/mmerian/docker-tor
- Owner: mmerian
- Created: 2019-02-02T09:04:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T15:50:46.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T05:15:51.233Z (11 months ago)
- Topics: docker, dockerfile, tor, tor-network
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/mmerian/docker-tor)
# Docker tor image
## Volumes
There are two declared volumes :
* `/usr/local/etc/tor`, which contains the torrc file used by the tor process
* `/var/lib/tor`, which is where the tor process stores its data
## Running
`docker pull mmerian/docker-tor`
`docker run -d -v /local/etc/dir:/usr/local/etc/tor -v /local/data/dir:/var/lib/tor mmerian/docker-tor`