mirror of
https://github.com/coder/code-server.git
synced 2025-09-19 20:23:38 +08:00
@ -6,7 +6,7 @@ remote server, accessible through the browser.
|
|||||||
Try it out:
|
Try it out:
|
||||||
|
|
||||||
```bash
|
```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 "$PWD:/home/coder/project" -u "$(id -u):$(id -g)" codercom/code-server:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
- **Code anywhere:** Code on your Chromebook, tablet, and laptop with a
|
- **Code anywhere:** Code on your Chromebook, tablet, and laptop with a
|
||||||
|
Reference in New Issue
Block a user