98756e3d172cbe38c68b345369b4f838db918d95
TOR_YGGDRASIL_DOCKER
Description
This project is a set of tools for run TOR over YGGDRASIL docker images.
At startup, the script searches YGGDRASIL public peers and chooses several best of them. Then it generates YGGDRASIL PublicKey and PrivateKey unless the keys not set in environment variables.
Building
You can build docker image by simply run script build_image.sh.
bash build_image.sh
Feel free to modify it with your own building arguments.
Running
To run docker container just run
docker-compose up
Description
Languages
Dockerfile
52.9%
Shell
47.1%