SlideShare a Scribd company logo
@beacloudgenius
Intro to Docker
Happy to see you all online2
Your questions help us drive better.
Questions in chat... any time.3
https://LinkedIn.com/in/LONDHE
4
IAS Topper
Founder
Who am I
Nilesh Londhe
CloudGenius
5
The fastest way for you
to be productive on your job
CloudGenius
6
Rated as top 10 cloud program
by CIO Magazine
Our graduates work at
7
8
Train for mastery
9
¨ Real work doesn’t have silly tests
¨ Business situations have nuances
¨ We deal with professionals like you
¤ not kindergarteners
10
Why Docker?
11
Simplifies
container
management
12
Common standard
among leaders
Google, Microsoft, Amazon, Cisco, HP,
IBM, RedHat, VMWare, and others
13
Resource
Efficiency
14
Integration with
Linux Kernel
15
Fast
16
Agile
17
Flexible
18
Lightweight
19
Inexpensive
20
Open source
21
Ecosystem
22
Cloudy
23
Enables
Consistent
Environments
24
What’s Docker?
25
DotCloud
renamed
Docker Inc.
26
Go Lang
v1.0 in mid 2014
27
Docker automates
application deployment
in lightweight, portable,
self sufficient containers
that run anywhere*.
28
What?
Unix chroot
BSD jails
Solaris Zones
29
What?
linux containers
layered file system
git like versioning
REST API
Intro to Docker (hands-on session)
31
Docker
Isolated
light
faster than VMs
32
Setup
Use Cloud Genius Workstation
or
curl -sSL https://get.docker.com/ | sh
33
Terminology
Docker Daemon = Server
Docker Client = Client
34
Terminology
Image is a snapshot
Container is instantiation of an image
35
Terminology
Docker Registry is warehouse of images
Docker Repository is a project in registry
36
Basic usage
docker pull <image>
docker images
docker run <image> <command>
docker ps
docker logs <container>
37
Hands-on
38
Automation
Dockerfile – series of commands
Dockerfile
FROM ubuntu
ENV THIS_IS_AWESOME true
RUN apt-get update
RUN apt-get -y install fortunes cowsay
CMD /usr/games/fortune -a | /usr/games/cowsay
40
build
docker build -t cloudgenius/holycow .
41
push
docker push cloudgenius/holycow
42
run
docker run cloudgenius/holycow
43
you pull
docker pull cloudgenius/holycow
44
you run
docker run cloudgenius/holycow
45
Community
https://chat.cloudgeni.us
46
Instructor Led
Online Courses
47
Self-paced
On-demand
Courses
48
Interactive
Videoconference
Bootcamps
49
Thank you.
be.a.cloudgeni.us

More Related Content

What's hot (20)

PPT
Docker introduction
Phuc Nguyen
 
PDF
Dev with Docker WCPHX 2019
Maura Teal
 
PDF
Intro to Docker - London meetup oct. 2013
stevedomin
 
PPTX
Docker intro
Oleg Z
 
PPTX
Docker Basics
DuckDuckGo
 
PDF
Docker - introduction
Michał Kurzeja
 
PDF
DCA. certificate slide Session 1
Hadi Tayanloo
 
PDF
Getting started with docker
JEMLI Fathi
 
PDF
Intro to containerization
Balint Pato
 
PDF
Docker Introduction
Sparkbit
 
PDF
Docker and containers : Disrupting the virtual machine(VM)
Rama Krishna B
 
PDF
Developer workflow with docker
Lalatendu Mohanty
 
PDF
How we dockerized a startup? #meetup #docker
Jonathan Martin
 
PDF
Docker Introduction
MANAOUIL Karim
 
PDF
Docker in real life
Nguyen Van Vuong
 
PDF
Introduction to container based virtualization with docker
Bangladesh Network Operators Group
 
PPTX
Write Once and REALLY Run Anywhere | OpenStack Summit HK 2013
dotCloud
 
PDF
Orchestrating Docker containers at scale
Maciej Lasyk
 
PDF
Docker 101 - Getting started
Matheus Marabesi
 
PDF
Introduction to Docker - VIT Campus
Ajeet Singh Raina
 
Docker introduction
Phuc Nguyen
 
Dev with Docker WCPHX 2019
Maura Teal
 
Intro to Docker - London meetup oct. 2013
stevedomin
 
Docker intro
Oleg Z
 
Docker Basics
DuckDuckGo
 
Docker - introduction
Michał Kurzeja
 
DCA. certificate slide Session 1
Hadi Tayanloo
 
Getting started with docker
JEMLI Fathi
 
Intro to containerization
Balint Pato
 
Docker Introduction
Sparkbit
 
Docker and containers : Disrupting the virtual machine(VM)
Rama Krishna B
 
Developer workflow with docker
Lalatendu Mohanty
 
How we dockerized a startup? #meetup #docker
Jonathan Martin
 
Docker Introduction
MANAOUIL Karim
 
Docker in real life
Nguyen Van Vuong
 
Introduction to container based virtualization with docker
Bangladesh Network Operators Group
 
Write Once and REALLY Run Anywhere | OpenStack Summit HK 2013
dotCloud
 
Orchestrating Docker containers at scale
Maciej Lasyk
 
Docker 101 - Getting started
Matheus Marabesi
 
Introduction to Docker - VIT Campus
Ajeet Singh Raina
 

Viewers also liked (7)

PPTX
Intro to docker
Abderrahmane Mechri
 
PDF
Docker 101 - Intro to Docker
Adrian Otto
 
PDF
A Gentle Introduction To Docker And All Things Containers
Jérôme Petazzoni
 
PPTX
Why Docker
dotCloud
 
PDF
containerd and CRI
Docker, Inc.
 
PDF
Driving containerd operations with gRPC
Docker, Inc.
 
PPTX
Docker Online Meetup: Announcing Docker CE + EE
Docker, Inc.
 
Intro to docker
Abderrahmane Mechri
 
Docker 101 - Intro to Docker
Adrian Otto
 
A Gentle Introduction To Docker And All Things Containers
Jérôme Petazzoni
 
Why Docker
dotCloud
 
containerd and CRI
Docker, Inc.
 
Driving containerd operations with gRPC
Docker, Inc.
 
Docker Online Meetup: Announcing Docker CE + EE
Docker, Inc.
 
Ad

Similar to Intro to Docker (hands-on session) (20)

PPTX
Docker 101 describing basic docker usage
ZiyanMaraikar1
 
PDF
Docker - What it is and how to get started?
Niko Virtala
 
PDF
DockerPenang Meetup#1
Sujay Pillai
 
PPTX
Docker
Vu Duc Du
 
PPTX
Docker 101 - Nov 2016
Docker, Inc.
 
PDF
Introduction to Docker Container
Samsul Ma'arif
 
PPTX
Docker intro
NoelMc Grath
 
PPTX
Dockerize the World - presentation from Hradec Kralove
damovsky
 
PDF
codemotion-docker-2014
Carlo Bonamico
 
PDF
Docker
Abhishek Tomar
 
PDF
Docker, but what it is?
Julien Maitrehenry
 
PDF
Why everyone is excited about Docker (and you should too...) - Carlo Bonamic...
Codemotion
 
PDF
Talk about Docker
Meng-Ze Lee
 
PDF
Docker Essentials Workshop— Innovation Labs July 2020
CloudHero
 
PDF
Docker From Scratch
Giacomo Vacca
 
PPTX
Introduction to Docker
Pubudu Jayawardana
 
PPTX
Docker - HieuHoang
Hieu Hoang
 
PDF
Docker Introduction
Peng Xiao
 
PPTX
Docker-Presentation.pptx
Vipobav
 
PDF
Docker 101: Introduction to Docker
Docker, Inc.
 
Docker 101 describing basic docker usage
ZiyanMaraikar1
 
Docker - What it is and how to get started?
Niko Virtala
 
DockerPenang Meetup#1
Sujay Pillai
 
Docker
Vu Duc Du
 
Docker 101 - Nov 2016
Docker, Inc.
 
Introduction to Docker Container
Samsul Ma'arif
 
Docker intro
NoelMc Grath
 
Dockerize the World - presentation from Hradec Kralove
damovsky
 
codemotion-docker-2014
Carlo Bonamico
 
Docker, but what it is?
Julien Maitrehenry
 
Why everyone is excited about Docker (and you should too...) - Carlo Bonamic...
Codemotion
 
Talk about Docker
Meng-Ze Lee
 
Docker Essentials Workshop— Innovation Labs July 2020
CloudHero
 
Docker From Scratch
Giacomo Vacca
 
Introduction to Docker
Pubudu Jayawardana
 
Docker - HieuHoang
Hieu Hoang
 
Docker Introduction
Peng Xiao
 
Docker-Presentation.pptx
Vipobav
 
Docker 101: Introduction to Docker
Docker, Inc.
 
Ad

Recently uploaded (20)

PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PPTX
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
PPTX
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
PDF
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PDF
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PPTX
Building a Production-Ready Barts Health Secure Data Environment Tooling, Acc...
Barts Health
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
TrustArc Webinar - Data Privacy Trends 2025: Mid-Year Insights & Program Stra...
TrustArc
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
Building Resilience with Digital Twins : Lessons from Korea
SANGHEE SHIN
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PDF
Wojciech Ciemski for Top Cyber News MAGAZINE. June 2025
Dr. Ludmila Morozova-Buss
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
PDF
Why Orbit Edge Tech is a Top Next JS Development Company in 2025
mahendraalaska08
 
PDF
Smart Air Quality Monitoring with Serrax AQM190 LITE
SERRAX TECHNOLOGIES LLP
 
PDF
July Patch Tuesday
Ivanti
 
PDF
Persuasive AI: risks and opportunities in the age of digital debate
Speck&Tech
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Building a Production-Ready Barts Health Secure Data Environment Tooling, Acc...
Barts Health
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
TrustArc Webinar - Data Privacy Trends 2025: Mid-Year Insights & Program Stra...
TrustArc
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
Building Resilience with Digital Twins : Lessons from Korea
SANGHEE SHIN
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
Wojciech Ciemski for Top Cyber News MAGAZINE. June 2025
Dr. Ludmila Morozova-Buss
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
Why Orbit Edge Tech is a Top Next JS Development Company in 2025
mahendraalaska08
 
Smart Air Quality Monitoring with Serrax AQM190 LITE
SERRAX TECHNOLOGIES LLP
 
July Patch Tuesday
Ivanti
 
Persuasive AI: risks and opportunities in the age of digital debate
Speck&Tech
 

Intro to Docker (hands-on session)