rm: mac from docker quickstart (#6958)

This commit is contained in:
Eric Paulsen
2023-04-01 23:31:53 -04:00
committed by GitHub
parent 31690c4b3d
commit caec0b8aae

View File

@ -6,9 +6,12 @@ Coder with Docker has the following advantages:
- Workspace images are easily configured - Workspace images are easily configured
- Workspaces share resources for burst operations - 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 ## Requirements
- A single macOS or Linux box - A Linux machine
- A running Docker daemon - A running Docker daemon
## Instructions ## Instructions