https://github.com/bugfest/tor-docker
Tor multiarch dockerfile
https://github.com/bugfest/tor-docker
Last synced: 5 months ago
JSON representation
Tor multiarch dockerfile
- Host: GitHub
- URL: https://github.com/bugfest/tor-docker
- Owner: bugfest
- License: apache-2.0
- Created: 2022-03-02T20:28:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T13:46:42.000Z (over 2 years ago)
- Last Synced: 2025-01-22T21:16:54.666Z (over 1 year ago)
- Language: Dockerfile
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tor-docker
[](https://github.com/bugfest/tor-docker/actions/workflows/main.yml)
[](https://github.com/bugfest/tor-docker/actions/workflows/main-tag.yml)
`Tor` daemon multiarch container.
Additional transport plugins included in the image:
- `obfs4proxy`
Tested architectures:
- `amd64`
- `arm`
- `arm64`
Source code:
- https://gitlab.torproject.org/tpo/core/tor
- https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird
Downloads:
- https://www.torproject.org/download/tor
Used by:
- [bugfest/tor-controller](https://github.com/bugfest/tor-controller)
## 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.
```bash
make
```
## 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](https://github.com/alpinelinux/aports/tree/master/community/tor)
```bash
make quick
```
## Usage
```shell
docker pull quay.io/bugfest/tor
```