Some checks failed
Build and publish the docker image / build (push) Failing after 9s
Signed-off-by: ngn <ngn@ngn.tf>
12 lines
293 B
Markdown
12 lines
293 B
Markdown
# i2pd-tools docker
|
|
|
|

|
|
|
|
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
|
|
```
|