Skip to content

Commit 9507e46

Browse files
authored
add mention of sysbox
We use sysbox in Coder to do the same behavior and find it works for many use cases Docker simply doesn't inside Kubernetes
1 parent e8c78c2 commit 9507e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/FAQ.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ Highly recommend using the subdomain approach instead to avoid this class of iss
289289

290290
If you want to run multiple code-servers on shared infrastructure, we recommend using virtual
291291
machines with a VM per user. This will easily allow users to run a docker daemon. If you want
292-
to use kubernetes, you'll definitely want to use [kubevirt](https://kubevirt.io) to give each
293-
user a virtual machine instead of just a container.
292+
to use kubernetes, you'll definitely want to use [kubevirt](https://kubevirt.io) or [sysbox](https://github.com/nestybox/sysbox) to give each
293+
user a VM-like experience instead of just a container.
294294

295295
## Docker in code-server container?
296296

0 commit comments

Comments
 (0)