From caec0b8aae03e7480bdedde4a4412928fa4fc097 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Sat, 1 Apr 2023 23:31:53 -0400 Subject: [PATCH] rm: mac from docker quickstart (#6958) --- docs/quickstart/docker.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/quickstart/docker.md b/docs/quickstart/docker.md index ba1612420e..e4d733f9b7 100644 --- a/docs/quickstart/docker.md +++ b/docs/quickstart/docker.md @@ -6,9 +6,12 @@ Coder with Docker has the following advantages: - Workspace images are easily configured - Workspaces share resources for burst operations +> Note that the below steps are only supported on a Linux distribution. +> If on macOS, please [run Coder via the standalone binary](./binary.md). + ## Requirements -- A single macOS or Linux box +- A Linux machine - A running Docker daemon ## Instructions