From eb0f773146a7076a9ce358b6787bc0c549fe4521 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Thu, 4 Apr 2019 17:09:24 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3407c2eb..00b82faa 100644 --- a/README.md +++ b/README.md @@ -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 code-server --allow-http --no-auth +docker run -it -p 127.0.0.1:8443:8443 -v "${PWD}:/home/coder/project" codercom/code-server:1.621 --allow-http --no-auth ``` - Code on your Chromebook, tablet, and laptop with a consistent dev environment.