From 7a743b958b9c88e51965c96801d07d1d748891cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=E1=BA=A3i?= Date: Sun, 10 Mar 2019 13:22:09 +0700 Subject: [PATCH] Add -t flag to docker example It is quite annoying when Ctrl-C does not stop the container --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53e91bbd5cd2..6a4ac351d935 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Try it out: ```bash -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 ``` - Code on your Chromebook, tablet, and laptop with a consistent dev environment.