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
This commit is contained in:
Edward Angert
2025-02-17 12:36:06 -05:00
committed by GitHub
parent d6b9806098
commit f66a59f381
+9 -3
View File
@@ -79,13 +79,19 @@ Coder's [configuration options](../admin/setup/index.md).
## Install the preview release
<blockquote class="admonition tip">
<blockquote class="tip">
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.
We do not recommend using preview releases in production environments.
</blockquote>
_We do not recommend using preview releases in production environments._
You can install and test a
[preview release of Coder](https://github.com/coder/coder/pkgs/container/coder-preview)
by using the `coder-preview:latest` image tag.
This image is automatically updated with the latest changes from the `main` branch.
Replace `ghcr.io/coder/coder:latest` in the `docker run` command in the
[steps above](#install-coder-via-docker-run) with `ghcr.io/coder/coder-preview:latest`.
## Troubleshooting