From ffa7e0ac08fd890a885490869d27aff46798b30d Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 18 Nov 2024 16:13:11 -0800 Subject: [PATCH] docs: Simplify Docker trade-offs discussion. --- docs/production/deployment.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/production/deployment.md b/docs/production/deployment.md index 8994f90883..608a67d375 100644 --- a/docs/production/deployment.md +++ b/docs/production/deployment.md @@ -41,14 +41,10 @@ our next major release has a reliable install experience. In addition to the [standard installer](./install.md), Zulip has an [official Docker image](https://github.com/zulip/docker-zulip). -How should you decide whether to use the Docker image? Our experience -is that Docker moderately increases the effort required to install, -maintain and upgrade a Zulip installation, especially for system -administrators that are not used to operating production services -using Docker. - -So we recommend using the Docker image if and only if your -organization has a preference for deploying services using Docker. +We recommend using the Docker image only if your organization has a +preference for deploying services using Docker. Deploying with Docker +moderately increases the effort required to install, maintain, and +upgrade a Zulip installation. Zulip's [backup tool][backups] supports migrating between Docker and a standard installation, so you can change your mind later.