Tor daemon multiarch container.
All depedencie updates are automated.
So if a new tor version is released the docker image will be updated and released.
Additional transport plugins included in the image:
lyrebirdTags:
Tags ending with -r* represent immutable releases. Each release with this tag will have a higher version. Tags without -r* will be updated with every release of that version.
Tested architectures:
amd64armarm64Source code:
Downloads:
Used by:
Tor is an anonymity network that provides:
Builds Tor from source. Method used to create releases in this repo.
docker buildx build \
--platform=linux/amd64,linux/arm,linux/arm64 \
--build-arg TOR_VERSION=0.4.9.8 \
--tag ghcr.io/rinsecode/tor:0.4.9.8 \
--tag ghcr.io/rinsecode/tor:latest \
--squash \
-f Dockerfile.quick \
.
Installs pre-built Tor from Alpine's repositories. Useful for testing/troubleshooting.
WARNING: some Tor features might be missing, depending on the Alpine community build setup
docker buildx build \
--platform=linux/amd64,linux/arm,linux/arm64 \
--build-arg TOR_VERSION=0.4.9.8 \
--tag ghcr.io/rinsecode/tor:0.4.9.8 \
--tag ghcr.io/rinsecode/tor:latest \
--squash \
-f Dockerfile \
.
docker pull rinsecode/tor:0.4.9.8
Content type
Image
Digest
sha256:2203a871f…
Size
29.4 MB
Last updated
6 days ago
docker pull rinsecode/tor:0.4.9.8-r12