Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
2016-10-07_Intro_to_Docker
Search
Cloud Genius
October 07, 2016
Technology
0
79
2016-10-07_Intro_to_Docker
https://be.a.cloudgeni.us/sessions
Cloud Genius
October 07, 2016
Tweet
Share
More Decks by Cloud Genius
See All by Cloud Genius
Intro to Docker - Part 2
cloudgenius
0
43
Cloud security webinar with NIU
cloudgenius
0
50
Cloud Computing Security
cloudgenius
0
150
Netflix Cloud Architecture - continued
cloudgenius
0
170
Network characteristics of the cloud architecture
cloudgenius
0
93
Meeting app performance needs – scaling up vs scaling out
cloudgenius
0
120
Understanding business requirements for cloud computing
cloudgenius
0
130
Understanding application requirements for the cloud
cloudgenius
0
100
Netflix: From DVD in the mail to Streaming from the Cloud
cloudgenius
0
140
Other Decks in Technology
See All in Technology
Codeful Serverless / 一人運用でもやり抜く力
_kensh
7
400
企業の生成AIガバナンスにおけるエージェントとセキュリティ
lycorptech_jp
PRO
2
160
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
2
210
品質視点から考える組織デザイン/Organizational Design from Quality
mii3king
0
200
2つのフロントエンドと状態管理
mixi_engineers
PRO
3
100
人工衛星のファームウェアをRustで書く理由
koba789
15
7.7k
2025年になってもまだMySQLが好き
yoku0825
8
4.7k
CDK CLIで使ってたあの機能、CDK Toolkit Libraryではどうやるの?
smt7174
4
150
La gouvernance territoriale des données grâce à la plateforme Terreze
bluehats
0
170
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.6k
エラーとアクセシビリティ
schktjm
1
1.2k
AIのグローバルトレンド2025 #scrummikawa / global ai trend
kyonmm
PRO
1
280
Featured
See All Featured
Optimizing for Happiness
mojombo
379
70k
Gamification - CAS2011
davidbonilla
81
5.4k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Designing for humans not robots
tammielis
253
25k
Music & Morning Musume
bryan
46
6.8k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Six Lessons from altMBA
skipperchong
28
4k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Transcript
@beacloudgenius Intro to Docker
Happy to see you all online 2
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
Our consultants get stuff done 8 ¨ Our consultants get
stuff done
Our Trainers 9 ¨ Our trainers train you for mastery
¤ Not
10
11 Instructor Led Online Courses
12 Self-paced On-demand Courses
13 Interactive Videoconference Bootcamps
14 Why Docker?
15 Simplifies container management
16 Common standard among leaders Google, Microsoft, Amazon, Cisco, HP,
IBM, Red Hat, VMWare, and others
17 Resource Efficiency
18 Integration with Linux kernel
19 Fast
20 Agile
21 Flexible
22 Lightweight
23 Inexpensive
24 Open source
25 Ecosystem
26 Cloud friendly
27 Enables Consistent Environments
28 What’s Docker?
29 DotCloud renamed Docker Inc.
30 Go Lang based v1.0 in mid 2014
31 Docker automates application deployment in lightweight, portable, self sufficient
containers that run anywhere*.
32 What? Unix chroot BSD jails Solaris zones
33 What? Linux containers layered file system git like versioning
REST API
None
35 Docker Isolated light faster than VMs
36 Setup Use Cloud Genius Workstation or curl -sSL https://get.docker.com/
| sh
37 Terminology Docker Daemon = Server Docker Client = Client
38 Terminology Image is a snapshot Container is instantiation of
an image
39 Terminology Docker Registry is warehouse of images Docker Repository
is a project in registry
40 Basic usage docker pull <image> docker images docker run
<image> <command> docker ps docker logs <container>
41 Hands-on
42 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
44 build docker build -t cloudgenius/holycow .
45 push docker push cloudgenius/holycow
46 run docker run cloudgenius/holycow
47 you pull docker pull cloudgenius/holycow
48 you run docker run cloudgenius/holycow
49 Community https://chat.cloudgeni.us
50 Thank you. be.a.cloudgeni.us