diff options
Diffstat (limited to 'docs/architecture_guide')
-rw-r--r-- | docs/architecture_guide/README.md | 1 | ||||
-rw-r--r-- | docs/architecture_guide/why.md | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/architecture_guide/README.md b/docs/architecture_guide/README.md new file mode 100644 index 000000000..fe0569721 --- /dev/null +++ b/docs/architecture_guide/README.md @@ -0,0 +1 @@ +# Architecture Guide diff --git a/docs/architecture_guide/why.md b/docs/architecture_guide/why.md new file mode 100644 index 000000000..2bf9c60fd --- /dev/null +++ b/docs/architecture_guide/why.md @@ -0,0 +1,9 @@ +# Why gVisor? + +gVisor makes a different set of technical trade-offs compared to existing +sandbox technologies, thus providing new tools and ideas for the container +security landscape. + +As the developers of gVisor, we wanted an execution environment that was secure, +simple, and lightweight and were able to make trade offs in other areas. We were +not able to achieve that with existing solutions. |