You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,7 @@ Please view the [API documentation]() for information on the Swift packages that
18
18
19
19
## Design
20
20
21
-
Containerization executes each Linux container inside of its own lightweight virtual machine.
22
-
Provide a dedicated IP address to the container to remove the need for individual port forwarding.
23
-
24
-
Containers achieve sub-second start times using an optimized [Linux kernel configuration](/kernel) and a small init system.
21
+
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.
25
22
26
23
[vminitd](/vminitd) is a small init system, which is a subproject within Containerization.
27
24
`vminitd` is spawned as the initial process inside of the virtual machine and provides a GRPC API over vsock.
0 commit comments