From 68b0014871c9336f766386f2d08179005de4b8c6 Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Sun, 19 Apr 2026 14:03:06 +0200 Subject: [PATCH] Use distroless without quotes --- docs/setup/install/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/install/container.md b/docs/setup/install/container.md index 56e67f44..a36219e5 100644 --- a/docs/setup/install/container.md +++ b/docs/setup/install/container.md @@ -97,7 +97,7 @@ Continue on the [getting started page](../../usage/getting-started.md) to regist ## Debugging headscale running in Docker -The Headscale container image is based on a "distroless" image that does not contain a shell or any other debug tools. If you need to debug headscale running in the Docker container, you can use the `-debug` variant, for example `docker.io/headscale/headscale:x.x.x-debug`. +The Headscale container image is based on a distroless image that does not contain a shell or any other debug tools. If you need to debug headscale running in the Docker container, you can use the `-debug` variant, for example `docker.io/headscale/headscale:x.x.x-debug`. ### Running the debug Docker container