File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,17 @@ NOTE: The `--format docker` flag is only needed for Podman as the Dockerfile inc
6363
6464TIP: 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.
6977This will set-up everything the container needs for site and return a healthy status when the server can be queried.
7078
7179----
You can’t perform that action at this time.
0 commit comments