This repository was archived by the owner on Aug 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,15 @@ limitations as to what applications you can run inside your workspace. Most
88notably, it's not possible to run Docker securely within regular Docker
99containers.
1010
11- Coder offers an alternative workspace deployment option that allows you to run
12- Docker, Docker Compose, systemd, and other system-level applications securely
13- within your development containers. We call this workspace variant a
14- _ Container-based Virtual Machine (CVM)_ .
15-
16- > Are you a platform admin? Learn how to
17- > [ enable Docker in workspaces] ( ../admin/workspace-management/cvms.md ) for your
18- > deployment.
11+ Coder offers an alternative workspace deployment option, called container-based
12+ virtual machines (CVMs), that leverages the
13+ [ Sysbox container runtime] ( https://github.com/nestybox/sysbox ) . CVMs allow you
14+ to run Docker, Docker Compose, systemd, and other system-level applications
15+ securely within your development containers.
16+
17+ > Coder site managers should review
18+ > [ our admin docs] ( ../admin/workspace-management/cvms.md ) for information on
19+ > enabling Docker in workspaces for your deployment.
1920
2021## Container-based Virtual Machine (CVM)
2122
You can’t perform that action at this time.
0 commit comments