https://github.com/bugfest/tor-vanguards-docker
Tor Vanguards multi-arch docker image
https://github.com/bugfest/tor-vanguards-docker
anti-dos docker k8s multi-arch tor tor-controller vanguards
Last synced: about 1 month ago
JSON representation
Tor Vanguards multi-arch docker image
- Host: GitHub
- URL: https://github.com/bugfest/tor-vanguards-docker
- Owner: bugfest
- License: apache-2.0
- Created: 2022-08-10T21:12:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T15:33:15.000Z (almost 4 years ago)
- Last Synced: 2025-03-16T09:14:14.426Z (about 1 year ago)
- Topics: anti-dos, docker, k8s, multi-arch, tor, tor-controller, vanguards
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tor-vanguards-docker
Tor Vanguards multiarch dockerfile
[](https://github.com/bugfest/tor-vanguards-docker/actions/workflows/main.yml)
[](https://github.com/bugfest/tor-vanguards-docker/actions/workflows/main-tag.yml)
Tested architectures:
- amd64
- arm
- arm64
This container uses `pypy` when pre-compiled binaries (https://downloads.python.org/pypy/) are available for the target arch.
| Architecture | Python runtime |
|:------------:|:--------------:|
| `amd64` | `pypy3` |
| `arm64` (v8) | `pypy3` |
| `390x` | `pypy3` |
| `arm` (v7) | `python3` |
| other | `python3` |
Used by [bugfest/tor-controller](https://github.com/bugfest/tor-controller)
## How to
```bash
$ make
```