From db0473b1bec1481e5a7807752b5eaa72c816c562 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Thu, 29 Nov 2018 04:48:15 -0800 Subject: 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 --- docs/architecture_guide/README.md | 1 + docs/architecture_guide/why.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 docs/architecture_guide/README.md create mode 100644 docs/architecture_guide/why.md (limited to 'docs/architecture_guide') 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. -- cgit v1.2.3