From 9a8c06d09defe36510f0dd2494783a651f02a39b Mon Sep 17 00:00:00 2001 From: Cucumberbob Date: Sun, 24 May 2020 15:08:05 +0100 Subject: [PATCH] Fixed grammar error Removed apostrophe used for pluralization server's -> servers --- doc/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index a87fd2d7..bac6cc6a 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -142,7 +142,7 @@ Just browse to `/proxy//`. ## Multi-tenancy -If you want to run multiple code-server's on shared infrastructure, we recommend using virtual +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. Docker in docker while supported requires