Dockerized tor hidden service

panda c18eafdc59 first commit6 5 years ago
Dockerfile abc0734fa2 first commit 5 years ago
LICENSE da2cf7fe7b Initial commit 5 years ago
README.md c18eafdc59 first commit6 5 years ago
notes.txt abc0734fa2 first commit 5 years ago

README.md

Docker_Tor_HiddenService

  • based on debian:stretch
  • weight: 212MB

Dockerized tor hidden service

Build the image:

docker build -t torhs_dockerized .

Run the image:

docker run -d --name torhs_dockerized torhs_dockerized

Retrieve the idden service name:

docker exec torhs_dockerized cat /var/lib/tor/hidden-service/hostname

Known issues:

the download of the gpg signing key to verify tor's repo sometimes fail when runnig docker build, just retry until it goes trough