Archived
1
0

Fix docker oneliner in README.md

This commit is contained in:
Anmol Sethi 2019-05-02 13:32:05 -04:00
parent 420ca76f54
commit 72152f74ab
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB

View File

@ -9,7 +9,7 @@
Try it out:
```bash
docker run -it -p 127.0.0.1:8443:8443 -v "${PWD}:/home/coder/project" cdr/code-server --allow-http --no-auth
docker run -it -p 127.0.0.1:8443:8443 -v "${PWD}:/home/coder/project" codercom/code-server --allow-http --no-auth
```
- Code on your Chromebook, tablet, and laptop with a consistent dev environment.