Tor daemon multiarch container.
Additional transport plugins included in the image:
lyrebird
Tested architectures:
amd64armarm64
Source code:
- https://gitlab.torproject.org/tpo/core/tor
- https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird
Downloads:
Used by:
Tor is an anonymity network that provides:
- privacy
- enhanced tamper proofing
- freedom from network surveillance
- NAT traversal
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.8.21 \
--tag ghcr.io/rinsecode/tor:0.4.8.21 \
--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.8.21 \
--tag ghcr.io/rinsecode/tor:0.4.8.21 \
--tag ghcr.io/rinsecode/tor:latest \
--squash \
-f Dockerfile \
.docker pull ghcr.io/rinsecode/tor