From 5d2e87f1a786f05beeb2db93d0872ff11d65be1c Mon Sep 17 00:00:00 2001 From: Barton Ip Date: Fri, 8 Dec 2023 00:58:50 +1100 Subject: [PATCH] docs: add warning about Sysbox before installation (#10619) * Add warning about Sysbox before installation * Formatting tings --- docs/install/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/install/index.md b/docs/install/index.md index b08bfdaab7..e1ffda8571 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -1,3 +1,13 @@ +
+**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: