tor hidden service
4.6K
This is the revised version from cmehay/docker-tor-hidden-service which has the following extra features

$ docker-compose -f docker-compose-wordpress.yml up

$ docker-compose -f docker-compose-rabbitmq.yml up
Link a docker container and create a tor hidden service from it
# run a container with an network application
$ docker run -d \
--name hello_world \
tutum/hello_world
# and just link it to this container
$ docker run -ti \
--link hello_world \
marcelmaatkamp/tor-hidden-service
The .onion url is displayed to stdout at startup.
To keep onion keys, just mount volume /var/lib/tor/hidden_service/
$ docker run -ti \
--link some_service \
--volume /path/to/keys:/var/lib/tor/hidden_service/ \
marcelmaatkamp/tor-hidden-service
Look at the docker-compose.yml file to see how to use it.
Content type
Image
Digest
Size
109.5 MB
Last updated
over 8 years ago
docker pull marcelmaatkamp/tor-hidden-service