Simple tor client for connecting to tor-network via proxy or host onion services.
docker pull ghcr.io/jbgosselin/tor-client:latest
This image exposes these ports:
9050/tcpfor SOCKS5 proxy9051/tcpfor control
This image has these volumes:
/var/lib/tortor will create it's owndatasubdirectory with proper permission configured as DataDirectory/etc/tor/torrc.dcan contains custom configuration if necessary, will accept any*.conffile
By default, this image will not listen on the control port.
This image is based on gcr.io/distroless/base-debian12 so it does not contain a shell
nor other softwares except the ones built for tor in order to reduce attack factor.
It is built with statically compiled zlib and libevent.