From 2535c21336a317cc8165857ac38b0262b3e04ca1 Mon Sep 17 00:00:00 2001 From: marnixah Date: Tue, 27 Jun 2023 14:00:01 +0200 Subject: [PATCH] add basic documentation for docker image --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0d3430d..4937659 100644 --- a/README.md +++ b/README.md @@ -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