From 2956b27d5f58dae4f7be48194cefd517d0292554 Mon Sep 17 00:00:00 2001 From: clandestinz <63855941+clandestinz@users.noreply.github.com> Date: Thu, 2 Jul 2020 13:18:43 +0300 Subject: [PATCH] Update install.md docker run point to different repo. updated so that coresponds to the link provided below --- doc/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.md b/doc/install.md index b8ec54a8b0ae..b01e510748f8 100644 --- a/doc/install.md +++ b/doc/install.md @@ -177,7 +177,7 @@ code-server docker run -it -p 127.0.0.1:8080:8080 \ -v "$PWD:/home/coder/project" \ -u "$(id -u):$(id -g)" \ - codercom/code-server:latest + linuxserver/code-server:latest ``` Our official image supports `amd64` and `arm64`.