SlideShare a Scribd company logo
Intro to Docker
The contents of the the slides have been stol..., umm,
liberally borrowed from Docker Slideshare materials.
Thanks to everyone at Docker, Inc!
1By Yogesh Wadile (Software engineer, 9+year experience Yogesh.it2010@gmail.com)
The Challenge
2
The Matrix from Hell
3
Cargo Transport Pre-1960
4
5
Solution: Intermodal Shipping
Container
6
Dockeris a Container System
for Code
7
Why Developers Care
• Build once... (finally) run anywhere*
• A clean, safe, hygienic, portable runtime environment for
your app.
• No worries about missing dependencies, packages and
other pain points during subsequent deployments.
• Run each app in its own isolated container, so you can run
various versions of libraries and other dependencies for each
app without worrying.
• Automate testing, integration, packaging...anything you
can script.
• Reduce/eliminate concerns about compatibility on di"erent
platforms, either your own or your customers. Cheap, zero-
penalty containers to deploy services. A VM without the
overhead of a VM. Instant replay and reset of image
snapshots.
• * Where "anywhere" means an x86 server running a modern Linux
kernel (3.2+ generally or 2.6.32+ for RHEL 6.5+, Fedora, & related)
8
WhyAdministratorsCare
Configure once... run anything
Make the entire lifecycle more e cient, consistent, and
repeatable
Increase the quality of code produced by developers.
Eliminate inconsistencies between development, test,
production, and customer environments.
Support segregation of duties.
Significantly improves the speed and reliability of
continuous deployment and continuous integration
systems.
Because the containers are so lightweight, address
significant performance, costs, deployment, and
portability issues normally associated with VMs.
9
MoreTechnicalDetails
Why
Run everywhere
Regardless of kernel version
Regardless of host distro
Physical or virtual, cloud or not
Container and host architecture must
match...
Run anything
If it can run on the host, it can run in the
container
If it can on a Linux kernel, it can run
What
High level: a lightweight V
Own process space
Own network interface
Can run stu" as root
Can have its own /sbin/init (di"erent
host)
<<machine container>>
Low level: chroot on steroi
Can also not have its own /sbin/init
Container = isolated processes
Share kernel with host
<<application container>>
10
VMsvsContainers
11
Instead of hosting each operating system per
each application, some common resources
can be shared, and there is something called
“docker engine,” which sits on top of an
Operating System as shown below.
A hypervisor or virtual machine monitor is
computer software, firmware or hardware that
creates and runs virtual machines. A computer on
which a hypervisor runs one or more virtual
machines is called a host machine, and each virtual
machine is called a guest machine.
More Detail :
https://www.vmware.com/topics/glossary/content/
hypervisor
WhyareDockerContainers
Lightweight?
12
Docker Architecture
13
What are the Basics Of Docker System?
14
Docker engine:
•Docker engine or Docker is a client server
application that builds and executes containers
using Docker components
•REST API is a primary mode of communication
between Docker Client and Docker Daemon
•Docker toolbox is used for older Windows and
Mac systems with the following features:
Docker daemon:
•Docker Daemon is a server which interacts with
the operating system and performs all kind of
services
•The Docker Daemon listens for REST API request
and performs the operation
•A command dockerd is used to start a Docker
Daemon
•Docker Host runs the Docker Daemon and
Registry
Ecosystem Support
Operating systems
Virtually any distribution with a 2.6.32+ kernel
Red Hat/Docker collaboration to make work across RHEL 6.4+, Fedora, and
other members of the family (2.6.32 +)
CoreOS—Small core OS purpose built with Docker
OpenStack
Docker integration into NOVA (& compatibility with Glance, Horizon, etc.)
accepted for Havana release
Private PaaS
OpenShift, Solum (Rackspace, OpenStack), Other TBA
Public PaaS
Deis, Voxoz, Cocaine (Yandex), Baidu PaaS
Public IaaS
Native support in Rackspace, Digital Ocean,+++
AMI (or equivalent) available for AWS & other
DevOps Tools
Integrations with Chef, Puppet, Jenkins, Travis, Salt, Ansible +++
Orchestration tools
Mesos, Heat, ++
Shipyard & others purpose built for Docker
Applications
1000’s of Dockerized applications available at index.docker.io
16
Want to Learn More?
• www.docker.io Documentation
• Getting started (tutorial, installation, guide, etc)
• Introductory whitepaper
Docker play : https://labs.play-with-docker.com
Docker Cheat-sheet :
https://github.com/wsargent/docker-cheat-
sheet#dockerfile
17

More Related Content

PDF
Docker for developers
PDF
docker installation and basics
PDF
Docker Commands With Examples | Docker Tutorial | DevOps Tutorial | Docker Tr...
PPTX
Docker : Container Virtualization
PPTX
Docker introduction for the beginners
PDF
Introduction to docker
PDF
Docker Container Introduction
PPTX
Introduction To Docker
Docker for developers
docker installation and basics
Docker Commands With Examples | Docker Tutorial | DevOps Tutorial | Docker Tr...
Docker : Container Virtualization
Docker introduction for the beginners
Introduction to docker
Docker Container Introduction
Introduction To Docker

What's hot (20)

PPTX
Architecting .NET Applications for Docker and Container Based Deployments
PPTX
PPTX
Docker container a-brief_introduction_2016-01-30
PPT
Docker introduction
PPTX
Start your adventure with docker
PDF
Docker Introduction
ODP
Docker - The Linux Container
PPTX
What Is A Docker Container? | Docker Container Tutorial For Beginners| Docker...
PDF
Introduction to docker
PDF
dockerizing web application
PDF
Docker Introduction
PPTX
Docker introduction
PDF
Introduction to docker security
PPTX
Docker and the Container Ecosystem
PPTX
Devoxx France 2015 - The Docker Orchestration Ecosystem on Azure
PPTX
Docker, LinuX Container
PPTX
Docker Compose | Docker Compose Tutorial | Docker Tutorial For Beginners | De...
PDF
Introduction to container based virtualization with docker
PDF
Docker Presentation at the OpenStack Austin Meetup | 2013-09-12
PPTX
Docker intro
Architecting .NET Applications for Docker and Container Based Deployments
Docker container a-brief_introduction_2016-01-30
Docker introduction
Start your adventure with docker
Docker Introduction
Docker - The Linux Container
What Is A Docker Container? | Docker Container Tutorial For Beginners| Docker...
Introduction to docker
dockerizing web application
Docker Introduction
Docker introduction
Introduction to docker security
Docker and the Container Ecosystem
Devoxx France 2015 - The Docker Orchestration Ecosystem on Azure
Docker, LinuX Container
Docker Compose | Docker Compose Tutorial | Docker Tutorial For Beginners | De...
Introduction to container based virtualization with docker
Docker Presentation at the OpenStack Austin Meetup | 2013-09-12
Docker intro
Ad

Similar to Docker Understanding, What is Docker? Why Docker? How do I containerize something? (20)

PPTX
What is Docker?
PPTX
Docker-Hanoi @DKT , Presentation about Docker Ecosystem
PPTX
Docker - A curtain raiser to the Container world
PPTX
OpenStack Summit
PPTX
Docker-Intro
PPTX
Intro to Docker November 2013
PPTX
Docker - Portable Deployment
PPTX
Docker intro
PPTX
Docker for .NET Developers
PPTX
ma-formation-en-Docker-jlklk,nknkjn.pptx
PPTX
Write Once and REALLY Run Anywhere | OpenStack Summit HK 2013
PDF
Michigan IT Symposium 2017 - Container BOF
PDF
Docker slides
PPTX
Docker Ecosystem on Azure
PPTX
Webinar Docker Tri Series
PDF
Introduction to Docker
PDF
Docker handons-workshop-for-charity
PPTX
Docker intro
PDF
Docker - Frank Maounis
PPT
Develop with linux containers and docker
What is Docker?
Docker-Hanoi @DKT , Presentation about Docker Ecosystem
Docker - A curtain raiser to the Container world
OpenStack Summit
Docker-Intro
Intro to Docker November 2013
Docker - Portable Deployment
Docker intro
Docker for .NET Developers
ma-formation-en-Docker-jlklk,nknkjn.pptx
Write Once and REALLY Run Anywhere | OpenStack Summit HK 2013
Michigan IT Symposium 2017 - Container BOF
Docker slides
Docker Ecosystem on Azure
Webinar Docker Tri Series
Introduction to Docker
Docker handons-workshop-for-charity
Docker intro
Docker - Frank Maounis
Develop with linux containers and docker
Ad

Recently uploaded (20)

PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
A comparative analysis of optical character recognition models for extracting...
PPTX
Machine Learning_overview_presentation.pptx
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Empathic Computing: Creating Shared Understanding
PDF
Getting Started with Data Integration: FME Form 101
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Encapsulation theory and applications.pdf
PPTX
Tartificialntelligence_presentation.pptx
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PPT
Teaching material agriculture food technology
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
Programs and apps: productivity, graphics, security and other tools
A comparative analysis of optical character recognition models for extracting...
Machine Learning_overview_presentation.pptx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Empathic Computing: Creating Shared Understanding
Getting Started with Data Integration: FME Form 101
Unlocking AI with Model Context Protocol (MCP)
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
MIND Revenue Release Quarter 2 2025 Press Release
Advanced methodologies resolving dimensionality complications for autism neur...
Encapsulation theory and applications.pdf
Tartificialntelligence_presentation.pptx
Assigned Numbers - 2025 - Bluetooth® Document
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Teaching material agriculture food technology
Diabetes mellitus diagnosis method based random forest with bat algorithm
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Machine learning based COVID-19 study performance prediction
Reach Out and Touch Someone: Haptics and Empathic Computing

Docker Understanding, What is Docker? Why Docker? How do I containerize something?

  • 1. Intro to Docker The contents of the the slides have been stol..., umm, liberally borrowed from Docker Slideshare materials. Thanks to everyone at Docker, Inc! 1By Yogesh Wadile (Software engineer, 9+year experience [email protected])
  • 5. 5
  • 7. Dockeris a Container System for Code 7
  • 8. Why Developers Care • Build once... (finally) run anywhere* • A clean, safe, hygienic, portable runtime environment for your app. • No worries about missing dependencies, packages and other pain points during subsequent deployments. • Run each app in its own isolated container, so you can run various versions of libraries and other dependencies for each app without worrying. • Automate testing, integration, packaging...anything you can script. • Reduce/eliminate concerns about compatibility on di"erent platforms, either your own or your customers. Cheap, zero- penalty containers to deploy services. A VM without the overhead of a VM. Instant replay and reset of image snapshots. • * Where "anywhere" means an x86 server running a modern Linux kernel (3.2+ generally or 2.6.32+ for RHEL 6.5+, Fedora, & related) 8
  • 9. WhyAdministratorsCare Configure once... run anything Make the entire lifecycle more e cient, consistent, and repeatable Increase the quality of code produced by developers. Eliminate inconsistencies between development, test, production, and customer environments. Support segregation of duties. Significantly improves the speed and reliability of continuous deployment and continuous integration systems. Because the containers are so lightweight, address significant performance, costs, deployment, and portability issues normally associated with VMs. 9
  • 10. MoreTechnicalDetails Why Run everywhere Regardless of kernel version Regardless of host distro Physical or virtual, cloud or not Container and host architecture must match... Run anything If it can run on the host, it can run in the container If it can on a Linux kernel, it can run What High level: a lightweight V Own process space Own network interface Can run stu" as root Can have its own /sbin/init (di"erent host) <<machine container>> Low level: chroot on steroi Can also not have its own /sbin/init Container = isolated processes Share kernel with host <<application container>> 10
  • 11. VMsvsContainers 11 Instead of hosting each operating system per each application, some common resources can be shared, and there is something called “docker engine,” which sits on top of an Operating System as shown below. A hypervisor or virtual machine monitor is computer software, firmware or hardware that creates and runs virtual machines. A computer on which a hypervisor runs one or more virtual machines is called a host machine, and each virtual machine is called a guest machine. More Detail : https://www.vmware.com/topics/glossary/content/ hypervisor
  • 14. What are the Basics Of Docker System? 14
  • 15. Docker engine: •Docker engine or Docker is a client server application that builds and executes containers using Docker components •REST API is a primary mode of communication between Docker Client and Docker Daemon •Docker toolbox is used for older Windows and Mac systems with the following features: Docker daemon: •Docker Daemon is a server which interacts with the operating system and performs all kind of services •The Docker Daemon listens for REST API request and performs the operation •A command dockerd is used to start a Docker Daemon •Docker Host runs the Docker Daemon and Registry
  • 16. Ecosystem Support Operating systems Virtually any distribution with a 2.6.32+ kernel Red Hat/Docker collaboration to make work across RHEL 6.4+, Fedora, and other members of the family (2.6.32 +) CoreOS—Small core OS purpose built with Docker OpenStack Docker integration into NOVA (& compatibility with Glance, Horizon, etc.) accepted for Havana release Private PaaS OpenShift, Solum (Rackspace, OpenStack), Other TBA Public PaaS Deis, Voxoz, Cocaine (Yandex), Baidu PaaS Public IaaS Native support in Rackspace, Digital Ocean,+++ AMI (or equivalent) available for AWS & other DevOps Tools Integrations with Chef, Puppet, Jenkins, Travis, Salt, Ansible +++ Orchestration tools Mesos, Heat, ++ Shipyard & others purpose built for Docker Applications 1000’s of Dockerized applications available at index.docker.io 16
  • 17. Want to Learn More? • www.docker.io Documentation • Getting started (tutorial, installation, guide, etc) • Introductory whitepaper Docker play : https://labs.play-with-docker.com Docker Cheat-sheet : https://github.com/wsargent/docker-cheat- sheet#dockerfile 17