From 4a4a6ba44a11e3ca6519043d9939ae0aa4e523ae Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 27 Mar 2024 13:04:28 +0530 Subject: [PATCH] Give an example of the pull command --- server/docs/docker.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/server/docs/docker.md b/server/docs/docker.md index a6e0e2cd88..c1c72ea200 100644 --- a/server/docs/docker.md +++ b/server/docs/docker.md @@ -10,7 +10,7 @@ require you to clone the repository or build any images. mkdir ente && cd ente ``` -2. Copy the starter compose.yaml (and two of its support files) from the +2. Copy the starter compose.yaml and two of its support files from the repository onto your directory. You can do it by hand, or use (e.g.) curl ```sh @@ -68,3 +68,7 @@ For each of these, it'll use the latest published Docker image. Alternatively, if you only want to run Ente's server, you can directly pull and run the image we publish to **`ghcr.io/ente-io/server`**. + +```sh +docker pull ghcr.io/ente-io/server:latest +```