Skip to content

Commit 0d243a3

Browse files
committed
clarify latest preview url
1 parent ba9529b commit 0d243a3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/install/coder-preview-docker.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ If you want to install the latest version of Coder, use the [quickstart guide](.
3131

3232
You might need to log out and back in or restart the machine for changes to take effect.
3333

34-
1. Install Coder via `docker run` with latest preview from [coder-preview](https://github.com/coder/coder/pkgs/container/coder-preview):
34+
1. Install Coder via `docker run` with latest preview from
35+
[coder-preview](https://github.com/coder/coder/pkgs/container/coder-preview).
36+
Replace the `ghcr.io/coder/coder-preview:latest` in the URL of the `docker run`
37+
step with the URL for the latest coder-preview package:
3538

3639
1. ```shell
3740
export CODER_DATA=$HOME/.config/coderv2-docker
@@ -50,5 +53,5 @@ If you want to install the latest version of Coder, use the [quickstart guide](.
5053
-v $CODER_DATA:/home/coder/.config \
5154
-v /var/run/docker.sock:/var/run/docker.sock \
5255
--group-add $DOCKER_GROUP \
53-
ghcr.io/coder/coder-preview:pr16309
56+
ghcr.io/coder/coder-preview:latest
5457
```

0 commit comments

Comments
 (0)