docs: add warning about Sysbox before installation (#10619)

* Add warning about Sysbox before installation

* Formatting tings
This commit is contained in:
Barton Ip
2023-12-08 00:58:50 +11:00
committed by GitHub
parent b34ecf1e9e
commit 5d2e87f1a7

View File

@ -1,3 +1,13 @@
<blockquote class="warning">
**Before you install**
If you would like your workspaces to be able to run Docker, we recommend that you <a href="https://github.com/nestybox/sysbox#installation" target="_blank">install Sysbox</a> 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.
</blockquote>
There are a number of different methods to install and run Coder:
<children>