From 6eb84a20ba51d9725f79a9b2b47e0de1af450667 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Wed, 3 Apr 2019 00:14:55 -0700 Subject: [PATCH] Update lead text The text fully-virtualized may be taken to mean virtualized hardware, so drop that. --- content/_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.html b/content/_index.html index 3fb296cdf..70c863bc4 100644 --- a/content/_index.html +++ b/content/_index.html @@ -13,7 +13,7 @@ description = "A container sandbox runtime focused on security, efficiency, and {{< /blocks/cover >}} {{% blocks/lead color="secondary" %}} -gVisor is an open-source, OCI-compatible sandbox runtime that provides a fully-virtualized container environment. It runs containers with a new user-space kernel, delivering a low overhead container security solution for low I/O, highly scaled applications. +gVisor is an open-source, OCI-compatible sandbox runtime that provides a virtualized container environment. It runs containers with a new user-space kernel, delivering a low overhead container security solution for high-density applications. gVisor integrates with Docker, containerd and Kubernetes, making it easier to improve the security isolation of your containers while still using familiar tooling. Additionally, gVisor supports a variety of underlying mechanisms for intercepting application calls, allowing it to run in diverse host environments, including cloud-hosted virtual machines. {{% /blocks/lead %}}