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: