From b287ec5eec817841093c778d25a6542dd3b9e2f9 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Sun, 26 Mar 2023 08:39:20 -0400 Subject: [PATCH] docs: clarify mac docker install (#6788) * clarify mac docker install * point MacOS users to standalone binary * macOS --- docs/install/docker.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/install/docker.md b/docs/install/docker.md index 0d598f0d2b..d3de43f5f0 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -4,10 +4,12 @@ You can install and run Coder using the official Docker images published on [Git Docker is required. See the [official installation documentation](https://docs.docker.com/install/). +> Note that the below steps are only supported on a Linux distribution. If on macOS, please [run Coder via the standalone binary](./binary.md). + ## Run Coder with the built-in database (quick) For proof-of-concept deployments, you can run a complete Coder instance with -the following command: +the following command. ```console export CODER_DATA=$HOME/.config/coderv2-docker