3d5a6509e9f5d4cf7330c373ad6238823fe5b178
I2PD_YGGDRASIL_DOCKER
Description
This project is a set of tools for building I2PD over YGGDRASIL docker images. No clearnet for i2p, only yggdrasil!
First of all!
Before rest of all you have to make changes in configuration files:
- yggdrasil.conf: fill Peers with outbound peer connections, PublicKey and PrivateKey with generated keys
Building
You can build docker image by simply run script make_i2pd_yggdrasil_docker_image.sh.
bash make_i2pd_yggdrasil_docker_image.sh
Feel free to modify it with your own building arguments.
Running
To run docker container just run script run_i2pd_yggdrasil_docker_image.sh
bash run_i2pd_yggdrasil_docker_image.sh
Deploy
To deploy built image to your host just execute this from command line
docker save i2pd_yggdrasil:latest | bzip2 | pv | ssh user@host docker load
scp run_i2pd_yggdrasil_docker_image.sh user@host:.
Description
Languages
Dockerfile
59.9%
Shell
40.1%