From 72fa8c366b3033a8578b4cd910931c9748b87713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Thu, 23 May 2019 15:53:27 -0500 Subject: [PATCH 1/2] Minor formatting, update official image count --- slides/containers/Initial_Images.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/slides/containers/Initial_Images.md b/slides/containers/Initial_Images.md index 8c6a5475..0e601e57 100644 --- a/slides/containers/Initial_Images.md +++ b/slides/containers/Initial_Images.md @@ -70,8 +70,9 @@ class: pic * An image is a read-only filesystem. -* A container is an encapsulated set of processes running in a - read-write copy of that filesystem. +* A container is an encapsulated set of processes, + + running in a read-write copy of that filesystem. * To optimize container boot time, *copy-on-write* is used instead of regular copy. @@ -177,8 +178,11 @@ Let's explain each of them. ## Root namespace -The root namespace is for official images. They are put there by Docker Inc., -but they are generally authored and maintained by third parties. +The root namespace is for official images. + +They are gated by Docker Inc. + +They are generally authored and maintained by third parties. Those images include: @@ -188,7 +192,7 @@ Those images include: * Ready-to-use components and services, like redis, postgresql... -* Over 130 at this point! +* Over 150 at this point! --- From 485704a169607f76b0c6973cda7afbe830772e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Thu, 23 May 2019 16:36:05 -0500 Subject: [PATCH 2/2] Update Orchestration_Overview.md --- slides/containers/Orchestration_Overview.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/slides/containers/Orchestration_Overview.md b/slides/containers/Orchestration_Overview.md index 986d70a3..1ab25a80 100644 --- a/slides/containers/Orchestration_Overview.md +++ b/slides/containers/Orchestration_Overview.md @@ -6,8 +6,6 @@ In this chapter, we will: * Present (from a high-level perspective) some orchestrators. -* Show one orchestrator (Kubernetes) in action. - --- class: pic