From 83e1349c2c9989e7021386a3515ce082f6a84b1d Mon Sep 17 00:00:00 2001 From: Stephen Kirby <58410745+stirby@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:19:20 -0600 Subject: [PATCH] moved docker installation warning to install/docker (#11273) --- docs/install/docker.md | 10 ++++++++++ docs/install/index.md | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/install/docker.md b/docs/install/docker.md index e3b2196f94..80ea2cfa39 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -1,6 +1,16 @@ You can install and run Coder using the official Docker images published on [GitHub Container Registry](https://github.com/coder/coder/pkgs/container/coder). +
+**Before you install** +If you would like your workspaces to be able to run Docker, we recommend that you install Sysbox before proceeding. + +As part of the Sysbox installation you will be required to remove all existing +Docker containers including containers used by Coder workspaces. Installing +Sysbox ahead of time will reduce disruption to your Coder instance. + +
+ ## Requirements Docker is required. See the diff --git a/docs/install/index.md b/docs/install/index.md index e1ffda8571..b08bfdaab7 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -1,13 +1,3 @@ -
-**Before you install** -If you would like your workspaces to be able to run Docker, we recommend that you install Sysbox before proceeding. - -As part of the Sysbox installation you will be required to remove all existing -Docker containers including containers used by Coder workspaces. Installing -Sysbox ahead of time will reduce disruption to your Coder instance. - -
- There are a number of different methods to install and run Coder: