first commit2
This commit is contained in:
parent
abc0734fa2
commit
7eeff927ea
1 changed files with 6 additions and 3 deletions
|
@ -2,12 +2,15 @@
|
|||
|
||||
Dockerized tor hidden service
|
||||
|
||||
##Build the image:
|
||||
## Build the image:
|
||||
docker build -t torhs_dockerized .
|
||||
|
||||
|
||||
##Run the image:
|
||||
## Run the image:
|
||||
docker run -d --name torhs_dockerized torhs_dockerized
|
||||
|
||||
##Retrieve the idden service name:
|
||||
## Start the container:
|
||||
docker start torhs_dockerized
|
||||
|
||||
## Retrieve the idden service name:
|
||||
docker exec torhs_dockerized cat /var/lib/tor/hidden-service/hostname
|
||||
|
|
Loading…
Reference in a new issue