Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actuallymentor/alpine-tor-relay
Docker image that runs tor
https://github.com/actuallymentor/alpine-tor-relay
Last synced: 4 days ago
JSON representation
Docker image that runs tor
- Host: GitHub
- URL: https://github.com/actuallymentor/alpine-tor-relay
- Owner: actuallymentor
- Created: 2023-04-10T10:22:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-10T12:03:57.000Z (over 1 year ago)
- Last Synced: 2024-04-14T23:01:21.051Z (7 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alpine-based docker container for Tor relays
The most simple config possible. Deploys to Docker Hub through github actions.
Build it yourself with:
```
source .env # get TOR_VERSION and IMAGE_NAME from .env
docker build --build-arg TOR_VERSION=$TOR_VERSION -t "$DOCKERHUB_USERNAME/$IMAGE_NAME":latest -t "$DOCKERHUB_USERNAME/$IMAGE_NAME":$TOR_VERSION .
```