summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 48fdf994..60ee0a10 100644
--- a/README.md
+++ b/README.md
@@ -193,6 +193,15 @@ $ docker run --rm -i sq keyserver get 653909A2F0E37C106F5FAF546C8857E0D8E8F074 >
$ docker run --rm -i sq packet dump < cert.asc
```
+A current build of the docker image is available from the gitlab registry.
+Rename it to `sq` locally so that it matches the above commands and for convenience.
+
+```shell
+$ docker pull registry.gitlab.com/sequoia-pgp/sequoia:latest
+$ docker tag registry.gitlab.com/sequoia-pgp/sequoia:latest sq
+$ docker run --rm -i sq --help
+```
+
## Requirements
To build Sequoia, you need at least Rust 1.56 and a few libraries,