UNPACKING THE CONTAINER
A Deep Dive into
Virtual Container Technology
Melissa McKay
@melissajmckay
http://jfrog.com/shownotes
3
THE SWAG
https://bit.ly/GIDS2020Mckay
MELISSA MCKAY
Developer Advocate @JFrog
@melissajmckay
4
THE AGENDA
• Brief History
• The Container Market
• What is Docker?
• What is a Container?
• A few Container Gotchas
• Managing Images with JFrog Artifactory
5
ALL
ABOUT . . .
CONTAINERS
6
7
SHARING LIMITED RESOURCES
1979 / 1982- chroot
8
PROGRESS TOWARD VIRTUALIZATION
▪ 2000 - FreeBSD jail
▪ 2004 - Solaris Zones / snapshots
▪ 2006 - Google Process Containers / cgroups
▪ 2008 - IBM LinuX Containers (LXC)
▪ 2013 - Docker (open source!)
- Google LMCTFY (open source!)
▪ 2014 - Docker trades LXC for libcontainer
▪ … more stuff happened
▪ June 2015 - Open Container Project/Initiative (OCI)
○ Runtime Specification (runtime-spec)
○ Image Specification (image-spec)
▪ … even more stuff happened and is still happening!
THE CONTAINER MARKET (according to Sysdig)
9
2017 - 45,000 Containers, 99% Docker
2018 - 90,000 Containers
Fig. 1. 2018 Container Runtimes from: "2018 Docker usage report," 29 May. 2018, sysdig.com/blog/2018-docker-usage-report/. Accessed 10 Jun. 2020.
THE CONTAINER MARKET
10
2019 - 2 million Containers
(includes both SaaS & on prem users)
Fig. 2. 2019 Container Runtimes from: "Sysdig 2019 Container Usage Report: New Kubernetes and security insights," 29 Oct. 2019,
sysdig.com/blog/sysdig-2019-container-usage-report/. Accessed 10 Jun. 2020.
WHAT
EXACTLY
IS
DOCKER?
11
12
WHAT DO WE ACTUALLY NEED/WANT?
• An isolated environment where a user/application can operate, sharing the
host system’s OS/kernel without interfering with the operation of another
isolated environment on the same system (a container)
• A way to define a container (an image format)
• A way to build an image of a container
• A way to manage container images
• A way to distribute/share container images
• A way to create a container environment
• A way to launch/run a container (a container runtime)
• A way to manage the lifecycle of container instances
DOCKER, THE WHOLE PACKAGE
13
DOCKER ENGINE
DOCKER IMAGE FORMAT
Dockerfile docker build
docker images
docker rm
docker push
docker pull
DOCKER HUB
docker run
docker stop
docker ps
BREAKING UP THE MONOLITH
14
OCI CONTAINER RUNTIME
OCI IMAGE FORMAT
• Docker V2 Image Spec
• runC (which used to be libcontainer... which was
written by Docker)
OTHERS - containerd, rkt, cri-o, Kata, etc...
https://lwn.net/Articles/741897/
https://www.ianlewis.org/en/container-runtimes-part-1-introduction-container-r
WHAT
EXACTLY
IS A
CONTAINER?
15
CONTAINER COMPONENTS
16
TARBALL OF A FILESYSTEM
LINUX FEATURES
• namespaces
• cgroups
• Union File systems
Mix these together to create and run a container! Voila!
https://docs.docker.com/get-started/overview/
FILESYSTEM DETAILS
17
...
...
NOTE: On OSX, containers will actually be running in a tiny Linux VM (use screen)
screen ~/Library/Containers/com.docker.docker/Data/vms/0/tty
screen ~/Library/Containers/com.docker.docker/Data/vms/0/tty
FILESYSTEM DETAILS
18
...
...
FILESYSTEM DETAILS
19
A FEW
CONTAINER
GOTCHAS
20
CONTAINER GOTCHAS - RUNNING AS ROOT
21
CONTAINER GOTCHAS - NO CONSTRAINTS
22
CONTAINER GOTCHAS - NEVER UPDATING
23
MANAGING YOUR IMAGES - ARTIFACTORY
24
MANAGING YOUR IMAGES - XRAY
25
26
DON’T FORGET!
https://bit.ly/GIDS2020Mckay
THANK YOU!
Melissa McKay
@melissajmckay
http://jfrog.com/shownotes

More Related Content

PDF
Docker-Vancouver Meetup - March 18, 2014 - An Introduction to Docker
PDF
Docker. General overview
PDF
Libcontainer: joining forces under one roof
PDF
Boston Code Dojo - Docker meetup slides
PDF
Docker for FrontEnd Devs - Fleurix 2019
PDF
Wordpress develompent with Docker
ODP
Qt Creator, l'arma segreta!
ODP
Docker - The Linux container
Docker-Vancouver Meetup - March 18, 2014 - An Introduction to Docker
Docker. General overview
Libcontainer: joining forces under one roof
Boston Code Dojo - Docker meetup slides
Docker for FrontEnd Devs - Fleurix 2019
Wordpress develompent with Docker
Qt Creator, l'arma segreta!
Docker - The Linux container

What's hot (20)

PPTX
Kubernetes Introduction
PPTX
Building CLI Applications with Golang
PPTX
Knowit study group örnsköldsvik - introduction to qt & qt creator
PDF
Start your container journey safely
PPTX
Docker
ODP
Puppet managed loadays
PDF
containerd and CRI
PDF
Container images for OpenShift
PDF
Docker Container Checkpoint and Restore with CRIU
ODP
An Introduction To Docker
PPTX
PDF
Docker
PPTX
Introduction to Docker - Getting Started with Docker
PDF
Docker introduction
PDF
JOSA TechTalks - Docker in Production
PPTX
Docker session II: Introduction to Docker
PDF
Docker presentation
PDF
QtDD13 - Qt Creator plugins - Tobias Hunger
PPTX
Academy PRO: Docker. Lecture 1
Kubernetes Introduction
Building CLI Applications with Golang
Knowit study group örnsköldsvik - introduction to qt & qt creator
Start your container journey safely
Docker
Puppet managed loadays
containerd and CRI
Container images for OpenShift
Docker Container Checkpoint and Restore with CRIU
An Introduction To Docker
Docker
Introduction to Docker - Getting Started with Docker
Docker introduction
JOSA TechTalks - Docker in Production
Docker session II: Introduction to Docker
Docker presentation
QtDD13 - Qt Creator plugins - Tobias Hunger
Academy PRO: Docker. Lecture 1
Ad

Similar to GIDS 2020 - Unpacking the Container (20)

PDF
What is Docker and why is it so hot?
PPTX
Dockerize the World
PPTX
Dockerize the World - presentation from Hradec Kralove
PPT
Docker.ppt
PPT
presentation on Docker
PDF
Docker - From Walking To Running
PPTX
2014, April 15, Atlanta Java Users Group
PDF
bol.com Dutch Container Day presentation
PDF
Docker London Meetup: Docker Engine Evolution
PPTX
Pod Sandbox workflow creation from Dockershim
PDF
[Paris Container Day 2021] nerdctl: yet another Docker & Docker Compose imple...
PDF
The relationship between Docker, Kubernetes and CRI
PPTX
Containerization using docker and its applications
PPTX
Containerization using docker and its applications
PDF
Docker in pratice -chenyifei
PDF
HLayer / Docker and its ecosystem
PDF
Whose Job Is It Anyway? Kubernetes, CRI, & Container Runtimes
PPTX
Docker in a big company
PDF
ss2021-docker-Pdf for docer Studyintroduction.pdf
What is Docker and why is it so hot?
Dockerize the World
Dockerize the World - presentation from Hradec Kralove
Docker.ppt
presentation on Docker
Docker - From Walking To Running
2014, April 15, Atlanta Java Users Group
bol.com Dutch Container Day presentation
Docker London Meetup: Docker Engine Evolution
Pod Sandbox workflow creation from Dockershim
[Paris Container Day 2021] nerdctl: yet another Docker & Docker Compose imple...
The relationship between Docker, Kubernetes and CRI
Containerization using docker and its applications
Containerization using docker and its applications
Docker in pratice -chenyifei
HLayer / Docker and its ecosystem
Whose Job Is It Anyway? Kubernetes, CRI, & Container Runtimes
Docker in a big company
ss2021-docker-Pdf for docer Studyintroduction.pdf
Ad

Recently uploaded (20)

PDF
sustainability-14-14877-v2.pddhzftheheeeee
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PDF
Comparative analysis of machine learning models for fake news detection in so...
PPTX
Microsoft Excel 365/2024 Beginner's training
PDF
Five Habits of High-Impact Board Members
PDF
Enhancing plagiarism detection using data pre-processing and machine learning...
PDF
STKI Israel Market Study 2025 version august
PPTX
Modernising the Digital Integration Hub
PDF
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
PPTX
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
PDF
Credit Without Borders: AI and Financial Inclusion in Bangladesh
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PDF
Developing a website for English-speaking practice to English as a foreign la...
PPTX
Configure Apache Mutual Authentication
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PDF
OpenACC and Open Hackathons Monthly Highlights July 2025
PDF
sbt 2.0: go big (Scala Days 2025 edition)
PPTX
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PPT
Module 1.ppt Iot fundamentals and Architecture
sustainability-14-14877-v2.pddhzftheheeeee
Taming the Chaos: How to Turn Unstructured Data into Decisions
Comparative analysis of machine learning models for fake news detection in so...
Microsoft Excel 365/2024 Beginner's training
Five Habits of High-Impact Board Members
Enhancing plagiarism detection using data pre-processing and machine learning...
STKI Israel Market Study 2025 version august
Modernising the Digital Integration Hub
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
Credit Without Borders: AI and Financial Inclusion in Bangladesh
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
Developing a website for English-speaking practice to English as a foreign la...
Configure Apache Mutual Authentication
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
OpenACC and Open Hackathons Monthly Highlights July 2025
sbt 2.0: go big (Scala Days 2025 edition)
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
NewMind AI Weekly Chronicles – August ’25 Week III
Module 1.ppt Iot fundamentals and Architecture

GIDS 2020 - Unpacking the Container