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
Introduction to Docker
Search
mahata
April 15, 2016
Technology
0
58
Introduction to Docker
mahata
April 15, 2016
Tweet
Share
More Decks by mahata
See All by mahata
北米のソフトウェア開発
mahata
3
500
Developer Tools
mahata
0
100
本番環境と開発環境で使える コンテナイメージ運用 / Kubernetes Meetup Tokyo #2
mahata
2
4.1k
Other Decks in Technology
See All in Technology
スプリントゴールにチームの状態も設定する背景とその効果 / Team state in sprint goals why and impact
kakehashi
2
120
Shift-from-React-to-Vue
calm1205
4
1.4k
Product Engineer Night #6プロダクトエンジニアを育む仕組み・施策
hacomono
PRO
1
500
【若手エンジニア応援LT会】AWS Security Hubの活用に苦労した話
kazushi_ohata
0
240
カメラを用いた店内計測におけるオプトインの仕組みの実現 / ai-optin-camera
cyberagentdevelopers
PRO
1
130
成長中のFanTech領域におけるBiomeを活用したCIの高速化 / fantech-web-biome
cyberagentdevelopers
PRO
2
100
Autify Company Deck
autifyhq
1
39k
【技術書典17】OpenFOAM(自宅で極める流体解析)2次元円柱まわりの流れ
kamakiri1225
0
240
FREE Webinar: GeoServer 2.26.0 and Beyond
simboss
PRO
0
130
End of Barrel Files: New Modularization Techniques with Sheriff
rainerhahnekamp
0
120
[AWS JAPAN 生成AIハッカソン] Dialog の紹介
yoshimi0227
0
160
ガチ勢によるPipeCD運用大全〜滑らかなCI/CDを添えて〜 / ai-pipecd-encyclopedia
cyberagentdevelopers
PRO
3
230
Featured
See All Featured
Code Reviewing Like a Champion
maltzj
519
39k
We Have a Design System, Now What?
morganepeng
50
7.2k
Side Projects
sachag
452
42k
Building Adaptive Systems
keathley
38
2.2k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Designing for Performance
lara
604
68k
Ruby is Unlike a Banana
tanoku
96
11k
Intergalactic Javascript Robots from Outer Space
tanoku
268
27k
Designing for humans not robots
tammielis
249
25k
4 Signs Your Business is Dying
shpigford
180
21k
Measuring & Analyzing Core Web Vitals
bluesmoon
1
45
Documentation Writing (for coders)
carmenintech
65
4.4k
Transcript
Intro to
What is Docker? • Software to manage Linux containers
What is Linux containers? • (Sort of) VMs: – Segregated
environment – Computing resource isolation – Deployable unit – Clonable
How containers are different from VMs? • Lighter than VMs
– Work with smaller memory – Lightning Fast to spin up
Super impressive! … Any drawbacks? • Ah… yes… sadly… –
Doesn't work natively on Mac or Windows – Need some strategy to keep its data
Hmm… then Docker containers are useless? • No no! Don't
rush! – “-v /path/to/mount” option is your friend - EBS and S3 too!
Awesome!How can I get started? • Just follow the official
doc!
Demo 1.Run Ubuntu Container 2.Make changes & commit 3.Push it
to Docker Registry 4.Check it on
Nice! But I'd prefer private images… • Yeah yeah. You
have 2 options to chose from: 1.Pay Docker to get private repos 2.Create Private Registry itself
AWS Example
What I haven't talked • Dockerfile • Docker Compose •
Orchestration • Etc...
Questions?