Skip to content

RinseCode/tor-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tor-docker

Build multiarch image - latest Build multiarch image - tag

Tor daemon multiarch container.

Additional transport plugins included in the image:

  • lyrebird

Tested architectures:

  • amd64
  • arm
  • arm64

Source code:

Downloads:

Used by:

Tor

Tor is an anonymity network that provides:

  • privacy
  • enhanced tamper proofing
  • freedom from network surveillance
  • NAT traversal

How to

Standard build

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 \
    .

Quick build

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 \
    .

Usage

docker pull ghcr.io/rinsecode/tor

About

Tor multiarch dockerfile

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dockerfile 100.0%