Skip to content

Commit f32636f

Browse files
author
Katie Horne
authored
add note re: Docker Desktop terminal usage (coder#725)
1 parent 45c42d0 commit f32636f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup/docker.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ You must be using a machine that is running Linux/macOS and has
1515

1616
1. Launch Docker Desktop.
1717

18-
1. If you've previously installed Coder, run `sudo rm -rf ~/.coder` in the terminal.
18+
1. If you've previously installed Coder, run `sudo rm -rf ~/.coder` in the
19+
terminal.
1920

2021
1. In the terminal, run the following to download the resources you need,
21-
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):
2225

2326
```console
2427
docker run --rm -it \

0 commit comments

Comments
 (0)