An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/mmerian/docker-tor.svg?branch=master)](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`