mirror of https://github.com/PurpleI2P/pyseeder
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
l-n-s
fba6eb4f3a
|
7 years ago | |
---|---|---|
.. | ||
Dockerfile | 7 years ago | |
README.md | 7 years ago | |
entrypoint.sh | 7 years ago |
README.md
Pyseeder docker container
Using it with i2pd container:
-
Run i2pd docker container and locate it's datadir volume with
docker inspect <container>
It will show something like that:
... "Mounts": [ { "Name": "69c5fb747b09701acebcf22478f99719e87ac65b3ac11464cd949bebe03a744a", "Source": "/var/lib/docker/volumes/69c5fb747b09701acebcf22478f99719e87ac65b3ac11464cd949bebe03a744a/_data", "Destination": "/home/i2pd/data", "Driver": "local", "Mode": "", "RW": true, "Propagation": "" } ], ...
-
Run pyseeder image with that volume mounted at
/i2pd_data
:docker run --name=test10 -P -dt -v 69c5fb747b09701acebcf22478f99719e87ac65b3ac11464cd949bebe03a744a:/i2pd_data pyseeder
-
Enjoy your reseed.