# i2pd-tools this is a Dockerfile for [i2pd-tools](https://github.com/purplei2p/i2pd-tools), mainly to use with `vain`. to build, first clone the i2pd-tools repo: ``` git clone --recursive https://github.com/purplei2p/i2pd-tools ``` then: ``` docker build -t melontini/i2pd-tools . ``` now you can run, for example, `vain` to get a vanity address: ``` docker run --rm -it -v "$PWD":/data melontini/i2pd-tools:latest vain hawk2 ```