We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0f37c commit b287ec5Copy full SHA for b287ec5
docs/install/docker.md
@@ -4,10 +4,12 @@ You can install and run Coder using the official Docker images published on [Git
4
5
Docker is required. See the [official installation documentation](https://docs.docker.com/install/).
6
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
+
9
## Run Coder with the built-in database (quick)
10
11
For proof-of-concept deployments, you can run a complete Coder instance with
-the following command:
12
+the following command.
13
14
```console
15
export CODER_DATA=$HOME/.config/coderv2-docker
0 commit comments