From 9507e46a7069ae40c23ae6eb5bed0da8dc51e8e0 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Fri, 9 Apr 2021 11:23:01 -0400 Subject: [PATCH] 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 --- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 6a569e5da..1fc881917 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -289,8 +289,8 @@ Highly recommend using the subdomain approach instead to avoid this class of iss If you want to run multiple code-servers on shared infrastructure, we recommend using virtual machines with a VM per user. This will easily allow users to run a docker daemon. If you want -to use kubernetes, you'll definitely want to use [kubevirt](https://kubevirt.io) to give each -user a virtual machine instead of just a container. +to use kubernetes, you'll definitely want to use [kubevirt](https://kubevirt.io) or [sysbox](https://github.com/nestybox/sysbox) to give each +user a VM-like experience instead of just a container. ## Docker in code-server container?