summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2019-04-04 21:46:15 -0700
committerIan Lewis <ianlewis@google.com>2019-04-05 14:00:29 +0900
commitf28db3f7755e46056b12ba45cffce700873dca4e (patch)
treecae9318c9a94ec9915cbb20694999ff10bcc9bfa
parent896812ebe2e0d435aafba96aeb08152a16579a70 (diff)
Remove confusing fully- prefix
-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,