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
78
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
42
Cloud security webinar with NIU
cloudgenius
0
49
Cloud Computing Security
cloudgenius
0
150
Netflix Cloud Architecture - continued
cloudgenius
0
170
Network characteristics of the cloud architecture
cloudgenius
0
92
Meeting app performance needs – scaling up vs scaling out
cloudgenius
0
110
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
Findy Freelance 利用シーン別AI活用例
ness
0
380
2025-07-31: GitHub Copilot Agent mode at Vibe Coding Cafe (15min)
chomado
2
390
ビジネス文書に特化した基盤モデル開発 / SaaSxML_Session_2
sansan_randd
0
280
人に寄り添うAIエージェントとアーキテクチャ #BetAIDay
layerx
PRO
9
2.1k
バクラクによるコーポレート業務の自動運転 #BetAIDay
layerx
PRO
1
910
o11yツールを乗り換えた話
tak0x00
2
550
反脆弱性(アンチフラジャイル)とデータ基盤構築
cuebic9bic
3
170
LLMをツールからプラットフォームへ〜Ai Workforceの戦略〜 #BetAIDay
layerx
PRO
1
920
Bet "Bet AI" - Accelerating Our AI Journey #BetAIDay
layerx
PRO
4
1.6k
生成AI導入の効果を最大化する データ活用戦略
ham0215
0
120
dipにおけるSRE変革の軌跡
dip_tech
PRO
1
250
「AIと一緒にやる」が当たり前になるまでの奮闘記
kakehashi
PRO
3
110
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Building an army of robots
kneath
306
45k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
Facilitating Awesome Meetings
lara
54
6.5k
How STYLIGHT went responsive
nonsquared
100
5.7k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
332
22k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
430
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
21
1.4k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
The Cost Of JavaScript in 2023
addyosmani
51
8.8k
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