Fix docker cmd in readme

This commit is contained in:
Kyle Carberry
2019-03-15 01:24:44 -04:00
parent 2f27b5df8c
commit 3b8cd0a3cd

View File

@@ -9,7 +9,7 @@
Try it out:
```bash
docker run -t -p 127.0.0.1:8443:8443 -v "${PWD}:/root/project" codercom/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
```
- Code on your Chromebook, tablet, and laptop with a consistent dev environment.