i2pd-tools-docker/README.md
ngn 6d8db53883
All checks were successful
Build and publish the docker image / build (push) Successful in 19s
use the correct container image name
Signed-off-by: ngn <ngn@ngn.tf>
2025-04-08 05:13:00 +03:00

12 lines
300 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-docker vain
```