From 70b566b0fe8819817ecf5c594a7fa5403a8e245d Mon Sep 17 00:00:00 2001 From: Gerry S Date: Mon, 6 Jun 2022 11:02:20 -0400 Subject: [PATCH] Whiteboard Discussion --- slides/containers/High_Level_View.md | 22 ++++++++++++++++++++++ slides/gerry.yml | 0 slides/logistics-template.md | 4 ++-- slides/pp.yml | 5 +++-- 4 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 slides/containers/High_Level_View.md create mode 100644 slides/gerry.yml diff --git a/slides/containers/High_Level_View.md b/slides/containers/High_Level_View.md new file mode 100644 index 00000000..6a1dbf02 --- /dev/null +++ b/slides/containers/High_Level_View.md @@ -0,0 +1,22 @@ + +class: title + +# High Level Discussion + +![image](images/title-understanding-docker-images.png) + +--- + +## White Board Topics + +* What is the real problem that containers solve? +* What are the inputs to a Unix Process? +* What is the init Process? +* Userland vs Kernel +* The Root File System +* What is an Overlay File System? +* Wrapping it all up to represent a container image +* Deploying Container images + + +- \ No newline at end of file diff --git a/slides/gerry.yml b/slides/gerry.yml new file mode 100644 index 00000000..e69de29b diff --git a/slides/logistics-template.md b/slides/logistics-template.md index c6eb657c..e64dd104 100644 --- a/slides/logistics-template.md +++ b/slides/logistics-template.md @@ -1,8 +1,8 @@ ## Introductions -- Hello! I'm Jérôme Petazzoni ([@jpetazzo], Ardan Labs) +- Hello! I'm [Gerry Seidman](https://www.linkedin.com/in/gerryseidman), Ardan Labs (gerry.seidman@ardanlabs.com) -- The training will run from Monday to Thurday, from 11:00 to 16:00 UTC +- The training will run Monday to Friday, from 8:00AM to 12:00PM PST (11AM-3PM EST) - There will be breaks! diff --git a/slides/pp.yml b/slides/pp.yml index 48498119..5ca73981 100644 --- a/slides/pp.yml +++ b/slides/pp.yml @@ -17,11 +17,12 @@ content: - logistics.md - containers/intro.md - shared/about-slides.md -- shared/chat-room-im.md -#- shared/chat-room-zoom-meeting.md +# - shared/chat-room-im.md +- shared/chat-room-zoom-meeting.md #- shared/chat-room-zoom-webinar.md - shared/toc.md - # DAY 1 + - containers/High_Level_View.md #- containers/Docker_Overview.md #- containers/Docker_History.md - containers/Training_Environment.md