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
44
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
re:Inventに行くまでにやっておきたいこと
nagisa53
0
950
2025/10/27 JJUGナイトセミナー WildFlyとQuarkusの 始め方
megascus
0
110
組織全員で向き合うAI Readyなデータ利活用
gappy50
5
2k
251029 JAWS-UG AI/ML 退屈なことはQDevにやらせよう
otakensh
0
150
Amazon Athena で JSON・Parquet・Iceberg のデータを検索し、性能を比較してみた
shigeruoda
1
290
SREのキャリアから経営に近づく - Enterprise Risk Managementを基に -
shonansurvivors
1
700
AWS re:Invent 2025事前勉強会資料 / AWS re:Invent 2025 pre study meetup
kinunori
0
1k
20251029_Cursor Meetup Tokyo #02_MK_「あなたのAI、私のシェル」 - プロンプトインジェクションによるエージェントのハイジャック
mk0721
PRO
6
2.3k
プロファイルとAIエージェントによる効率的なデバッグ / Effective debugging with profiler and AI assistant
ymotongpoo
1
730
GTC 2025 : 가속되고 있는 미래
inureyes
PRO
0
150
仕様駆動開発を実現する上流工程におけるAIエージェント活用
sergicalsix
10
5.2k
ストレージエンジニアの仕事と、近年の計算機について / 第58回 情報科学若手の会
pfn
PRO
4
950
Featured
See All Featured
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
GitHub's CSS Performance
jonrohan
1032
470k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
Docker and Python
trallard
46
3.6k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Balancing Empowerment & Direction
lara
5
710
KATA
mclloyd
PRO
32
15k
How GitHub (no longer) Works
holman
315
140k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Scaling GitHub
holman
463
140k
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