diff options
author | Ian Lewis <ianlewis@google.com> | 2018-11-29 04:48:15 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-11-29 04:49:20 -0800 |
commit | db0473b1bec1481e5a7807752b5eaa72c816c562 (patch) | |
tree | fc0f2f05b36507c783a6300bc30bba33e965e91d /docs/architecture_guide | |
parent | 4d0da37cbb81292c66a8d7a7b8d5658450a847f5 (diff) |
Add a new docs directory. refs #109
Add a new 'docs' directory for that can be built on in the future. Docs are
divided into a 'user guide', 'contributor guide', and 'architecture guide'.
This is currently a work in progress.
PiperOrigin-RevId: 223326836
Change-Id: I78d08d6a89d686e92d3415d4269463e8e74bddee
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. |