From 782e37c96f8e951e4f0f7d710e6e7a03da90abfd Mon Sep 17 00:00:00 2001 From: Danny Canter Date: Wed, 4 Jun 2025 11:03:38 -0700 Subject: [PATCH] README: Reword beginning of Design section (#7) The first intro sentences don't read very well. This just tries to create a cohesive section describing the core design. Signed-off-by: Danny Canter --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 43af6de2..2012f048 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,7 @@ Please view the [API documentation]() for information on the Swift packages that ## Design -Containerization executes each Linux container inside of its own lightweight virtual machine. -Provide a dedicated IP address to the container to remove the need for individual port forwarding. - -Containers achieve sub-second start times using an optimized [Linux kernel configuration](/kernel) and a small init system. +Containerization executes each Linux container inside of its own lightweight virtual machine. Clients can create dedicated IP addresses for every container to remove the need for individual port forwarding. Containers achieve sub-second start times using an optimized [Linux kernel configuration](/kernel) and a minimal root filesystem with a lightweight init system. [vminitd](/vminitd) is a small init system, which is a subproject within Containerization. `vminitd` is spawned as the initial process inside of the virtual machine and provides a GRPC API over vsock.