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
This commit is contained in:
Ben Potter 2021-04-09 11:23:01 -04:00 committed by GitHub
parent e8c78c24b4
commit 9507e46a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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?