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 45c42d0 commit f32636fCopy full SHA for f32636f
setup/docker.md
@@ -15,10 +15,13 @@ You must be using a machine that is running Linux/macOS and has
15
16
1. Launch Docker Desktop.
17
18
-1. If you've previously installed Coder, run `sudo rm -rf ~/.coder` in the terminal.
+1. If you've previously installed Coder, run `sudo rm -rf ~/.coder` in the
19
+ terminal.
20
21
1. In the terminal, run the following to download the resources you need,
- include the images, and set up your Coder deployment:
22
+ include the images, and set up your Coder deployment (if you're using the
23
+ terminal in Docker Desktop, omit the slashes and run as a single-line
24
+ command):
25
26
```console
27
docker run --rm -it \
0 commit comments