dockerfiles/tor/README.md

32 lines
841 B
Markdown
Raw Normal View History

2016-05-12 00:16:33 +02:00
## wonderfall/tor
![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Tor-logo-2011-flat.svg/612px-Tor-logo-2011-flat.svg.png)
#### Features
- Based on Alpine Linux.
- Tor built from source.
- ARM included, allowing real-time monitoring.
#### Usages
2016-09-16 17:20:41 +02:00
- As a relay ([french article](https://wonderfall.xyz/un-relais-tor-avec-docker/)).
2016-05-12 00:16:33 +02:00
- As a hidden service dir.
### Build-time variables
- **TOR_VERSION** : version of Tor.
- **TOR_USER_ID** : tor user id *(default : 45553)*
- **ARM_VERSION** : version of ARM
- **GPG_** : fingerprints of signing keys
#### Environment variables
- **TERM** = xterm (ARM requirement)
2016-09-16 17:20:41 +02:00
- **UID** = tor user id
- **GID** = tor group id
2016-05-12 00:16:33 +02:00
#### Volumes
2016-09-16 17:20:41 +02:00
- **/tor/config** : tor configuration files.
- **/tor/data** : tor data.
2016-05-12 00:16:33 +02:00
#### Ports
- **9001** (bind it) : ORPort.
2016-09-16 17:20:41 +02:00
- **9030** (bind it) : DirPort.