diff options
author | Adin Scannell <ascannell@google.com> | 2019-04-03 00:14:55 -0700 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-04-03 17:12:08 +0900 |
commit | 6eb84a20ba51d9725f79a9b2b47e0de1af450667 (patch) | |
tree | f0408bfc43670d1f6cba0f127165cdc3114b65e2 | |
parent | 5f7f96b50bf797cac2fb40262c7b69f8ad7025f9 (diff) |
Update lead text
The text fully-virtualized may be taken to mean virtualized hardware, so drop that.
-rw-r--r-- | content/_index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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, <a href="https://www.opencontainers.org/" target="_blank" rel="noopener">OCI-compatible</a> sandbox runtime that provides a fully-virtualized container environment. It runs containers with a new <a href="https://en.wikipedia.org/wiki/User_space" target="_blank" rel="noopener">user-space</a> kernel, delivering a low overhead container security solution for low I/O, highly scaled applications. +gVisor is an open-source, <a href="https://www.opencontainers.org/" target="_blank" rel="noopener">OCI-compatible</a> sandbox runtime that provides a virtualized container environment. It runs containers with a new <a href="https://en.wikipedia.org/wiki/User_space" target="_blank" rel="noopener">user-space</a> kernel, delivering a low overhead container security solution for high-density applications. gVisor integrates with <a href="https://www.docker.com/" target="_blank" rel="noopener">Docker</a>, <a href="https://containerd.io/" target="_blank" rel="noopener">containerd</a> and <a href="https://kubernetes.io/" target="_blank" rel="noopener">Kubernetes</a>, 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 %}} |