Sign inSign up

fflo/tor-hidden-service

By fflo

Updated almost 6 years ago

Provide a (dot) onion tor hidden service using Docker

Image
1

6.5K

fflo/tor-hidden-service repository overview

Tor hidden service on Docker

Create a tor hidden service with a link

# run a container with an network application
$ docker run -d --name hello_world tutum/hello_world

# and just link it to this container
$ docker run -ti --link hello_world fflo/tor-hidden-service

The .onion url is displayed to stdout at startup.

To keep onion keys, just mount volume /var/lib/tor/hidden_service/

$ docker run -ti --link something --volume /path/to/keys:/var/lib/tor/hidden_service/ fflo/tor-hidden-service

Look at the docker-compose.yml file to see own to use it.

Tag summary

Content type

Image

Digest

Size

84.3 MB

Last updated

almost 6 years ago

docker pull fflo/tor-hidden-service