git » chasquid » commit 18716c2

docker: Add dockerhub to the docs, and soften the warning

author Alberto Bertogli
2020-03-23 01:39:39 UTC
committer Alberto Bertogli
2020-03-23 01:39:39 UTC
parent 7814c64cfbf8747ee4a92c3b9d4c11da18fc5360

docker: Add dockerhub to the docs, and soften the warning

This patch adds a link to the dockerhub image mirror, as well as
softening the warning against the image, since by now it is reasonably
functional.

docker/README.md +7 -8

diff --git a/docker/README.md b/docker/README.md
index 18fb61f..cee30f5 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -4,10 +4,8 @@
 chasquid comes with a Dockerfile to create a container running [chasquid],
 [dovecot], and managed certificates with [Let's Encrypt].
 
-**IT IS EXPERIMENTAL AND LIKELY TO BREAK**
-
-The more traditional setup is **highly recommended**, see the
-[how-to](howto.md) documentation for more details.
+Note these are less thoroughly tested than the [traditional setup](howto.md),
+which is the recommended way to use chasquid.
 
 [chasquid]: https://blitiri.com.ar/p/chasquid
 [dovecot]: https://dovecot.org
@@ -16,10 +14,11 @@ The more traditional setup is **highly recommended**, see the
 
 ## Images
 
-There are [pre-built images at gitlab
-registry](https://gitlab.com/albertito/chasquid/container_registry).  They are
-automatically built, and tagged with the corresponding branch name. Use the
-*master* tag for a stable version.
+There are pre-built images at the
+[gitlab registry](https://gitlab.com/albertito/chasquid/container_registry)
+and [dockerhub](https://hub.docker.com/r/albertito/chasquid).
+They are automatically built, and tagged with the corresponding branch name.
+Use the *master* tag for a stable version.
 
 If, instead, you want to build the image yourself, just run: