Docker_Tor_HiddenService/README.md
2018-08-22 00:54:10 +02:00

447 B

Docker_Tor_HiddenService

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