summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2022-01-17 15:01:49 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2022-01-17 15:39:05 +0100
commit098af5d13d86826af17a90966546df1776be92e3 (patch)
tree959360bebb24c56a4aed4480e105be5a38be30f9 /README.md
parent8a7b254de07e8527fdf014a047aeae0a0ab377a1 (diff)
docker: Mention in README.md.
Diffstat (limited to 'README.md')
-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,