diff --git a/design/architecture.md b/design/architecture.md index 22847a6..2059aa5 100644 --- a/design/architecture.md +++ b/design/architecture.md @@ -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 is simply a directory on the filesystem. -![Architecture](architecture.svg) +![Architecture](architecture.png) Note that while these architecteral ideas are important to understanding the 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 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: diff --git a/design/architecture.png b/design/architecture.png new file mode 100644 index 0000000..891daae Binary files /dev/null and b/design/architecture.png differ diff --git a/design/architecture.svg b/design/architecture.svg deleted file mode 100644 index 1ac9ac3..0000000 --- a/design/architecture.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/design/data-flow.png b/design/data-flow.png new file mode 100644 index 0000000..2c9a0f6 Binary files /dev/null and b/design/data-flow.png differ diff --git a/design/data-flow.svg b/design/data-flow.svg deleted file mode 100644 index d09805b..0000000 --- a/design/data-flow.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - -