Skip to content

Commit

Permalink
Link to Docker repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Nelson committed Feb 4, 2019
1 parent c231dc8 commit 76e74d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ For example, to allow incoming connections from any host:
Docker
---------------------

PipelineDB is available as a Docker image, making it very easy to run on platforms that don't currently have official packages. The PipelineDB extension will automatically be created upon database initialization, so :ref:`creating-extension` is is not necessary with the Docker image.
PipelineDB is available as a `Docker image`_, making it very easy to run on platforms that don't currently have official packages. The PipelineDB extension will automatically be created upon database initialization, so :ref:`creating-extension` is is not necessary with the Docker image.

You can run a PipelineDB Docker container via :code:`docker run`:

Expand All @@ -153,6 +153,7 @@ You can run a PipelineDB Docker container via :code:`docker run`:
The PipelineDB Docker image uses the `PostgreSQL image`_ as its parent, so all configuration and customization can be done via the interface that the `PostgreSQL image`_ provides.

.. _`Docker image`: https://hub.docker.com/r/pipelinedb/pipelinedb-postgresql-11
.. _`PostgreSQL image`: https://hub.docker.com/_/postgres/

-----------------
Expand Down

0 comments on commit 76e74d0

Please sign in to comment.