Skip to content

Commit 83e1349

Browse files
authored
moved docker installation warning to install/docker (#11273)
1 parent 280d38d commit 83e1349

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/install/docker.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
You can install and run Coder using the official Docker images published on
22
[GitHub Container Registry](https://github.com/coder/coder/pkgs/container/coder).
33

4+
<blockquote class="warning">
5+
**Before you install**
6+
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.
7+
8+
As part of the Sysbox installation you will be required to remove all existing
9+
Docker containers including containers used by Coder workspaces. Installing
10+
Sysbox ahead of time will reduce disruption to your Coder instance.
11+
12+
</blockquote>
13+
414
## Requirements
515

616
Docker is required. See the

docs/install/index.md

-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<blockquote class="warning">
2-
**Before you install**
3-
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.
4-
5-
As part of the Sysbox installation you will be required to remove all existing
6-
Docker containers including containers used by Coder workspaces. Installing
7-
Sysbox ahead of time will reduce disruption to your Coder instance.
8-
9-
</blockquote>
10-
111
There are a number of different methods to install and run Coder:
122

133
<children>

0 commit comments

Comments
 (0)