diff --git a/docs/install/docker.md b/docs/install/docker.md index 92e22346815e4..d1b2c2c109905 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -79,13 +79,19 @@ Coder's [configuration options](../admin/setup/index.md). ## Install the preview release -
+-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.-_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