add basic documentation for docker image

This commit is contained in:
marnixah 2023-06-27 14:00:01 +02:00
parent 4e635f56d2
commit 2535c21336
No known key found for this signature in database
GPG key ID: 5801EE71A1A43ECE

View file

@ -103,6 +103,15 @@ performance-related tips.
It appears that onionbalance supports loading usual
`hs_ed25519_secret_key` key so it should work.
* Is there a docker image?
Yes, if you do not wish to compile mkp224o yourself, you can use
the `ghcr.io/cathugger/mkp224o` image like so:
```bash
docker run --rm -it -v $PWD:/keys ghcr.io/cathugger/mkp224o -d /keys neko
```
### Acknowledgements & Legal
To the extent possible under law, the author(s) have dedicated all