Remove confusing fully- prefix

This commit is contained in:
Adin Scannell
2019-04-05 14:00:29 +09:00
committed by Ian Lewis
parent 896812ebe2
commit f28db3f775
+1 -1
View File
@@ -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,