Docker_Tor_HiddenService/README.md

21 lines
490 B
Markdown
Raw Permalink Normal View History

2018-08-22 00:18:43 +02:00
# Docker_Tor_HiddenService
2018-08-22 01:10:53 +02:00
- based on debian:stretch
- weight: 212MB
2018-08-22 00:28:47 +02:00
Dockerized tor hidden service
2018-08-22 00:41:47 +02:00
## Build the image:
2018-08-22 00:28:47 +02:00
docker build -t torhs_dockerized .
2018-08-22 00:41:47 +02:00
## Run the image:
2018-08-22 00:28:47 +02:00
docker run -d --name torhs_dockerized torhs_dockerized
2018-08-22 00:41:47 +02:00
## Retrieve the idden service name:
2018-08-22 00:28:47 +02:00
docker exec torhs_dockerized cat /var/lib/tor/hidden-service/hostname
2018-08-22 00:54:10 +02:00
## 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