From f136c2c36bbdba02f93f75c92db743511d619a15 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Mon, 12 Nov 2018 12:15:26 -0600 Subject: [PATCH] Warn not to use docker for prod (#813) --- installation/single_machine_docker.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installation/single_machine_docker.rst b/installation/single_machine_docker.rst index 578241c4d..6b5dfbfcb 100644 --- a/installation/single_machine_docker.rst +++ b/installation/single_machine_docker.rst @@ -5,6 +5,9 @@ Docker (Mac or Linux) This section describes setting up a Citus cluster on a single machine using docker-compose. +.. note:: + **The Docker image is intended for development/testing purposes only**, and has not been prepared for production use. Consider data in Docker instances to be ephemeral. + **1. Install Docker Community Edition and Docker Compose** *On Mac:*