re-add GH-969
I somehow deleted it during the conflict resolution Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
This commit is contained in:
parent
8643bdc9d7
commit
cb0f9c58d2
|
@ -5,7 +5,7 @@ remote server, accessible through the browser.
|
|||
|
||||
Try it out:
|
||||
```bash
|
||||
docker run -it -p 127.0.0.1:8080:8080 -v "$PWD:/home/coder/project" codercom/code-server
|
||||
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
|
||||
```
|
||||
|
||||
- **Consistent environment:** Code on your Chromebook, tablet, and laptop with a
|
||||
|
|
Loading…
Reference in New Issue