# 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