From f28db3f7755e46056b12ba45cffce700873dca4e Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Thu, 4 Apr 2019 21:46:15 -0700 Subject: Remove confusing fully- prefix --- content/docs/architecture_guide/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/docs/architecture_guide') 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, -- cgit v1.2.3