VGoshev / tor-docker

Docker image with Tor

Home Page:https://hub.docker.com/r/sunx/tor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Supported tags and respective Dockerfile links

  • latest - Latest available version.

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.

About

Docker image with Tor

https://hub.docker.com/r/sunx/tor/

License:MIT License


Languages

Language:Shell 100.0%