summaryrefslogtreecommitdiffhomepage
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/docs/architecture_guide/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/architecture_guide/_index.md b/content/docs/architecture_guide/_index.md
index c1c16a79c..63842caa4 100644
--- a/content/docs/architecture_guide/_index.md
+++ b/content/docs/architecture_guide/_index.md
@@ -2,7 +2,7 @@
title = "Architecture Guide"
weight = 20
+++
-gVisor provides a fully-virtualized environment in order to sandbox untrusted
+gVisor provides a virtualized environment in order to sandbox untrusted
containers. The system interfaces normally implemented by the host kernel are
moved into a distinct, per-sandbox user space kernel in order to minimize the
risk of an exploit. gVisor does not introduce large fixed overheads however,