Skip to content

Commit 706a489

Browse files
committed
docs: elaborate on Docker tag
Also link to installation from README.md Closes PostgREST#4385.
1 parent c1d9728 commit 706a489

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Big thanks to our sponsors! You can join them by supporting PostgREST on [Patreo
5252

5353
## Usage
5454

55-
1. Download the binary ([latest release](https://github.com/PostgREST/postgrest/releases/latest))
56-
for your platform.
55+
1. See the docs for [how to install PostgREST on your platform](https://docs.postgrest.org/en/stable/explanations/install.html). You can also [use Docker](https://docs.postgrest.org/en/stable/explanations/install.html#docker).
56+
5757
2. Invoke for help:
5858

5959
```bash

docs/explanations/install.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,12 @@ You can get the `official PostgREST Docker image <https://hub.docker.com/r/postg
7575

7676
.. code-block:: bash
7777
78+
# pull the latest version
7879
docker pull postgrest/postgrest
7980
81+
# to pull a particular version, use one of the versions on https://hub.docker.com/r/postgrest/postgrest/tags
82+
docker pull postgrest/postgrest:<version>
83+
8084
To configure the container image, use :ref:`env_variables_config`.
8185

8286
There are two ways to run the PostgREST container: with an existing external database, or through docker-compose.

0 commit comments

Comments
 (0)