We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51e045 commit a674d88Copy full SHA for a674d88
README.md
@@ -6,7 +6,7 @@ remote server, accessible through the browser.
6
Try it out:
7
8
```bash
9
-docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home/coder/.local/share/code-server" -v "$PWD:/home/coder/project" codercom/code-server:v2
+docker run -it -p 127.0.0.1:8080:8080 -v "$PWD:/home/coder/project" codercom/code-server
10
```
11
12
- **Consistent environment:** Code on your Chromebook, tablet, and laptop with a
0 commit comments