docs: clarify mac docker install (#6788)

* clarify mac docker install

* point MacOS users to standalone binary

* macOS
This commit is contained in:
Eric Paulsen 2023-03-26 08:39:20 -04:00 committed by GitHub
parent 6c0f37c28e
commit b287ec5eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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