Skip to content

Commit

Permalink
Update warning on Docker image to note connection permissiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
begriffs committed Dec 20, 2018
1 parent e0bb70e commit dc390cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion installation/single_machine_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ 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.
**The Docker image is intended for development/testing purposes only**, and
has not been prepared for production use. The images use default connection
settings, which are very permissive, and not suitable for any kind of
production setup. These should be updated before using the image for
production use. The PostgreSQL manual `explains how <http://www.postgresql.org/docs/current/static/auth-pg-hba-conf.html>`_ to
make them more restrictive.

**1. Install Docker Community Edition and Docker Compose**

Expand Down

0 comments on commit dc390cb

Please sign in to comment.