Update Images

PiperOrigin-RevId: 194661880
Change-Id: I2acdd63164de9a9652a00a70ee9a5d5cf5294a4d
This commit is contained in:
Fabricio Voznika
2018-04-28 10:44:29 -07:00
committed by Shentubot
parent d02b74a5dc
commit 300a7b60e1
9 changed files with 8 additions and 1217 deletions
+4 -4
View File
@@ -36,7 +36,7 @@ Two other approaches are commonly taken to provide stronger isolation than
native containers.
![Machine-level virtualization](g3doc/Machine-Virtualization.png "Machine-level
virtualization")
virtualization"){style="display:block;margin:auto"}
**Machine-level virtualization**, such as [KVM][kvm] and [Xen][xen], exposes
virtualized hardware to a guest kernel via a Virtual Machine Monitor (VMM). This
@@ -48,7 +48,7 @@ performance (though nested virtualization may bring challenges in this area),
but for containers it often requires additional proxies and agents, and may
require a larger resource footprint and slower start-up times.
![Rule-based execution](g3doc/Rule-Based-Execution.png "Rule-based execution")
![Rule-based execution](g3doc/Rule-Based-Execution.png "Rule-based execution"){style="display:block;margin:auto"}
**Rule-based execution**, such as [seccomp][seccomp], [SELinux][selinux] and
[AppArmor][apparmor], allows the specification of a fine-grained security policy
@@ -63,7 +63,7 @@ making this approach challenging to apply universally.
Rule-based execution is often combined with additional layers for
defense-in-depth.
![gVisor](g3doc/Layers.png "gVisor")
![gVisor](g3doc/Layers.png "gVisor"){style="display:block;margin:auto"}
**gVisor** provides a third isolation mechanism, distinct from those mentioned
above.
@@ -107,7 +107,7 @@ application to directly control the system calls it makes.
### File System Access
![Sentry](g3doc/Sentry-Gofer.png)
![Sentry](g3doc/Sentry-Gofer.png){style="display:block;margin:auto"}
In order to provide defense-in-depth and limit the host system surface, the
gVisor container runtime is normally split into two separate processes. First,
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 11 KiB

+1 -316
View File
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

+1 -332
View File
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 51 KiB