We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e0338 commit 41d1be9Copy full SHA for 41d1be9
README.md
@@ -9,7 +9,7 @@
9
10
Try it out:
11
```bash
12
-docker run -p 127.0.0.1:8443:8443 -v "${PWD}:/root/project" codercom/code-server code-server --allow-http --no-auth
+docker run -t -p 127.0.0.1:8443:8443 -v "${PWD}:/root/project" codercom/code-server code-server --allow-http --no-auth
13
```
14
15
- Code on your Chromebook, tablet, and laptop with a consistent dev environment.
0 commit comments