summaryrefslogtreecommitdiffhomepage
path: root/content/docs/architecture_guide/overview.md
diff options
context:
space:
mode:
authorIan Lewis <ianmlewis@gmail.com>2019-10-24 00:21:45 -0400
committerIan Lewis <ianmlewis@gmail.com>2019-10-24 02:35:07 -0400
commita7803353f03528042f15ade30462b88cb8b2ddc6 (patch)
tree55c458e60a77efb17ef2af9cbb79f7f38b33296a /content/docs/architecture_guide/overview.md
parentcf240fdf731ff631a37e1a35e6b4e4f2c4203a2d (diff)
Added lint-md linter for markdown
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 50ef89c81..c12f9127f 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")