design: use png rather than svg

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day 2016-12-02 15:45:08 -08:00
parent 351fbee358
commit 523930a7c1
5 changed files with 2 additions and 10 deletions

View file

@ -17,7 +17,7 @@ representation of a runtime container. _Bundles_ are mutable and can be passed
to other systems for modification or packed up and distributed. In practice, it to other systems for modification or packed up and distributed. In practice, it
is simply a directory on the filesystem. is simply a directory on the filesystem.
![Architecture](architecture.svg) ![Architecture](architecture.png)
Note that while these architecteral ideas are important to understanding the Note that while these architecteral ideas are important to understanding the
system, code layout may not reflect the exact architecture. These ideas should system, code layout may not reflect the exact architecture. These ideas should
@ -67,7 +67,7 @@ components:
As discussed above, the concept of a _bundle_ is central to containerd. Below As discussed above, the concept of a _bundle_ is central to containerd. Below
is a diagram illustrating the data flow for bundle creation. is a diagram illustrating the data flow for bundle creation.
![data-flow](data-flow.svg) ![data-flow](data-flow.png)
Let's take pulling an image as a demonstrated example: Let's take pulling an image as a demonstrated example:

BIN
design/architecture.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 65 KiB

BIN
design/data-flow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 68 KiB