Sign inSign up

sunx/tor

By sunx

Updated over 8 years ago

Docker image of Debian with Tor

Image
0

431

sunx/tor repository overview

Tor Docker image

Simple Docker image for Tor. This is very simple image which you can configure to make hidden services or get access to Tor onion network.

Quickstart

To run container you can use following command:

docker run \  
  -v /home/docker/openvpn:/var/lib/tor \  
  -d sunx/tor

After first run container will create default configuration files for Tor (named torrc), which you, probably, will want to edit manually. For more info about Tor you could read Tor documentation.

Detailed description of image and containers

Volume

This image uses one volume with internal path /var/lib/tor, it will store configuration and data files.

I would recommend you use host directory mapping of named volume to run containers, so you will not lose your valuable data after image update and starting new container.

License

This Dockerfile and scripts are released under MIT License.

Tag summary

Content type

Image

Digest

Size

70.5 MB

Last updated

over 8 years ago

docker pull sunx/tor