Skip to content

Commit f449da6

Browse files
author
Malcolm Sparks
committed
Add instructions for pulling container
1 parent 40237bb commit f449da6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

GettingStarted/Container.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,17 @@ NOTE: The `--format docker` flag is only needed for Podman as the Dockerfile inc
6363

6464
TIP: For Arch Linux users, you may need to configure rootless podman or run `podman` with `sudo`.
6565

66+
== Download the container
67+
68+
Rather than building the container yourself, you can pull down the container from the GitHub Container Registry:
69+
70+
----
71+
docker pull ghcr.io/juxt-site/site-server:latest
72+
----
73+
6674
== Run the container
6775

68-
Now you have an image built, or you're using the Github Container Registry, you can then create a container.
76+
Now you have an image built, or pulled from the GitHub Container Registry, you can run the container.
6977
This will set-up everything the container needs for site and return a healthy status when the server can be queried.
7078

7179
----

0 commit comments

Comments
 (0)