From 1918bfa2f63f094bab9c1522acb26af4f04a469e Mon Sep 17 00:00:00 2001 From: j4n Date: Tue, 28 Apr 2026 07:42:44 +0200 Subject: [PATCH] feat(doc/docker): Introduce docker images in documentation --- doc/source/getting_started.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index 28781f28..379caaca 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -98,6 +98,15 @@ steps. Please substitute it with your own domain. configure at your DNS provider (it can take some time until they are public). + + +Docker installation +------------------- + +There is experimental support for running chatmail via Docker. +A monolithic image based on the above cmdeploy method is available `through a separate repository `_. +See the `chatmail/docker README `_ for full setup instructions. + Other helpful commands ----------------------