Skip to content

Commit f66a59f

Browse files
authored
docs: highlight the tip in coder-preview section and move step (#16597)
- moves the step out of the tip and the tip into the step - adds some context to what to do with the URL
1 parent d6b9806 commit f66a59f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/install/docker.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,19 @@ Coder's [configuration options](../admin/setup/index.md).
7979

8080
## Install the preview release
8181

82-
<blockquote class="admonition tip">
82+
<blockquote class="tip">
8383

84-
You can install and test a [preview release of Coder](https://github.com/coder/coder/pkgs/container/coder-preview) by using the `ghcr.io/coder/coder-preview:latest` image tag. This image gets updated with the latest changes from the `main` branch.
84+
We do not recommend using preview releases in production environments.
8585

8686
</blockquote>
8787

88-
_We do not recommend using preview releases in production environments._
88+
You can install and test a
89+
[preview release of Coder](https://github.com/coder/coder/pkgs/container/coder-preview)
90+
by using the `coder-preview:latest` image tag.
91+
This image is automatically updated with the latest changes from the `main` branch.
92+
93+
Replace `ghcr.io/coder/coder:latest` in the `docker run` command in the
94+
[steps above](#install-coder-via-docker-run) with `ghcr.io/coder/coder-preview:latest`.
8995

9096
## Troubleshooting
9197

0 commit comments

Comments
 (0)