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 ed3e9d3 commit 51a8265Copy full SHA for 51a8265
README.md
@@ -8,7 +8,7 @@
8
9
Try it out:
10
```bash
11
-docker run -it -p 127.0.0.1:8443:8443 -v "${PWD}:/home/coder/project" codercom/code-server --allow-http --no-auth
+docker run -it -p 127.0.0.1:8443:8443 -v "${HOME}/.local/share/code-server:/home/coder/.local/share/code-server" -v "${PWD}:/home/coder/project" codercom/code-server --allow-http --no-auth
12
```
13
14
- Code on your Chromebook, tablet, and laptop with a consistent dev environment.
0 commit comments