Skip to content

Commit b287ec5

Browse files
authored
docs: clarify mac docker install (#6788)
* clarify mac docker install * point MacOS users to standalone binary * macOS
1 parent 6c0f37c commit b287ec5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/install/docker.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ You can install and run Coder using the official Docker images published on [Git
44

55
Docker is required. See the [official installation documentation](https://docs.docker.com/install/).
66

7+
> Note that the below steps are only supported on a Linux distribution. If on macOS, please [run Coder via the standalone binary](./binary.md).
8+
79
## Run Coder with the built-in database (quick)
810

911
For proof-of-concept deployments, you can run a complete Coder instance with
10-
the following command:
12+
the following command.
1113

1214
```console
1315
export CODER_DATA=$HOME/.config/coderv2-docker

0 commit comments

Comments
 (0)