From 0c48be9620b71030106057a26a9d3ccabbaa79fb Mon Sep 17 00:00:00 2001 From: EdwardAngert Date: Mon, 17 Feb 2025 16:34:56 +0000 Subject: [PATCH 1/2] make the tip box a tip --- docs/install/docker.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/install/docker.md b/docs/install/docker.md index 92e22346815e4..636281873730f 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -81,11 +81,17 @@ Coder's [configuration options](../admin/setup/index.md).
-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 From 6064876cf48a7055b555532bd1194b2466c0cfd9 Mon Sep 17 00:00:00 2001 From: EdwardAngert Date: Mon, 17 Feb 2025 17:30:44 +0000 Subject: [PATCH 2/2] test blockquote class tip --- docs/install/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/docker.md b/docs/install/docker.md index 636281873730f..d1b2c2c109905 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -79,7 +79,7 @@ Coder's [configuration options](../admin/setup/index.md). ## Install the preview release -
+
We do not recommend using preview releases in production environments.