Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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