Remove version from Docker command

This commit is contained in:
Asher
2019-04-17 17:38:22 -05:00
parent c3a38e3fea
commit d5b03ef60e

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" codercom/code-server:1.621 --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.