i2pd-tools-docker/README.md
ngn fe088d901d
Some checks failed
Build and publish the docker image / build (push) Failing after 9s
initial commit
Signed-off-by: ngn <ngn@ngn.tf>
2025-04-08 04:50:45 +03:00

12 lines
293 B
Markdown

# i2pd-tools docker
![](https://git.ngn.tf/ngn/website/actions/workflows/build.yml/badge.svg)
docker container with all the [i2pd-tools](https://github.com/PurpleI2P/i2pd-tools)
### running
for example, to run the `vain` tool:
```bash
docker run --rm -it git.ngn.tf/ngn/i2pd-tools vain
```