The Onion Router
Small docker container that start The Onion Router for other docker containers from the stack.
Install container:
docker run -d \
--hostname tor \
--name tor-node \
idjansazov/tor:0.4.8.16 \
sleep infinity
Start service:
docker exec -it \
tor-node service tor start
Content type
Image
Digest
sha256:8a994a2ad…
Size
72.1 MB
Last updated
about 1 year ago
docker pull idjansazov/tor:0.4.8.16