diff options
author | Adin Scannell <ascannell@google.com> | 2019-04-04 21:46:15 -0700 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-04-05 14:00:29 +0900 |
commit | f28db3f7755e46056b12ba45cffce700873dca4e (patch) | |
tree | cae9318c9a94ec9915cbb20694999ff10bcc9bfa | |
parent | 896812ebe2e0d435aafba96aeb08152a16579a70 (diff) |
Remove confusing fully- prefix
-rw-r--r-- | content/docs/architecture_guide/_index.md | 2 |
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, |