mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user