summaryrefslogtreecommitdiffhomepage
path: root/content/docs/architecture_guide/overview.md
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2020-01-17 02:13:07 -0500
committerIan Lewis <ianlewis@google.com>2020-01-17 02:13:07 -0500
commit10ec43c775afaa49ca638cd2d411e975e06dbe78 (patch)
tree70afacf314a23eacfc364be7d32171ecc05736b5 /content/docs/architecture_guide/overview.md
parent712a2829e75c7c8fce6a24df774ec38f72d14348 (diff)
Clean up markdown lists
Diffstat (limited to 'content/docs/architecture_guide/overview.md')
-rw-r--r--content/docs/architecture_guide/overview.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/docs/architecture_guide/overview.md b/content/docs/architecture_guide/overview.md
index c12f9127f..50ef89c81 100644
--- a/content/docs/architecture_guide/overview.md
+++ b/content/docs/architecture_guide/overview.md
@@ -8,12 +8,12 @@ be run.
Each sandbox has its own isolated instance of:
-* The **Sentry**, A user-space kernel that runs the container and intercepts
- and responds to system calls made by the application.
+* The **Sentry**, A user-space kernel that runs the container and intercepts
+ and responds to system calls made by the application.
Each container running in the sandbox has its own isolated instance of:
-* A **Gofer** which provides file system access to the container.
+* A **Gofer** which provides file system access to the container.
![gVisor architecture diagram](../Sentry-Gofer.png "gVisor architecture diagram")