Dockerized tor hidden service
Find a file
2018-08-22 01:10:53 +02:00
Dockerfile first commit 2018-08-22 00:28:47 +02:00
LICENSE Initial commit 2018-08-22 00:18:43 +02:00
notes.txt first commit 2018-08-22 00:28:47 +02:00
README.md first commit6 2018-08-22 01:10:53 +02:00

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