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
Docker 101
Search
Surendran Mahendran
December 11, 2015
Technology
1
89
Docker 101
Surendran Mahendran
December 11, 2015
Tweet
Share
More Decks by Surendran Mahendran
See All by Surendran Mahendran
Building REST API for Digital Universe
surenm
3
790
Building web apps for heroku
surenm
0
76
Other Decks in Technology
See All in Technology
決済システムの信頼性を支える技術と運用の実践
ykagano
0
400
Datadog On-Call と Cloud SIEM で作る SOC 基盤
kuriyosh
0
140
[mercari GEARS 2025] Keynote
mercari
PRO
0
140
品質保証の取り組みを広げる仕組みづくり〜スキルの移譲と自律を支える実践知〜
tarappo
2
810
us-east-1 の障害が 起きると なぜ ソワソワするのか
miu_crescent
PRO
1
670
嗚呼、当時の本番環境の状態で AI Agentを再評価したいなぁ...
po3rin
0
380
「データ無い! 腹立つ! 推論する!」から 「データ無い! 腹立つ! データを作る」へ チームでデータを作り、育てられるようにするまで / How can we create, use, and maintain data ourselves?
moznion
2
350
激動の2025年、Modern Data Stackの最新技術動向
sagara
0
1.2k
CodexでもAgent Skillsを使いたい
gotalab555
9
4.1k
The Twin Mandate of Observability
charity
1
1.3k
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
1.3k
マイクロリブート ~ACEマインドセットで実現するアジャイル~
sony
0
190
Featured
See All Featured
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.8k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.8k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
2
310
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Typedesign – Prime Four
hannesfritz
42
2.9k
Why Our Code Smells
bkeepers
PRO
340
57k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.8k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.2k
Agile that works and the tools we love
rasmusluckow
331
21k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
Transcript
Introduction to Docker @suren
None
What is Docker? "Open platform for developers and sysadmins to
build, ship, and run distributed applications. "
Shipping analogy...
None
Containers
None
Dockers
• Lightweight • Isolation • Open Standards • Build once,
run everywhere
Virtual Machine Docker
Why should you care? • It's fast • Minimal overhead/resource
usage • Run thousands of containers • Easy to run your whole production stack locally
None
L
Docker: hello world
Docker: curl example
Docker Images
Dockerfile
None
What have we learned so far • Container - Lightweight
virtualization • Image - Immutable snapshot of a container • Hub/Index- Central hub for sharing images
None
+
• Docker registries • Docker swarms • Elastic Container Service
• Docker Hypervisors • Security aspects • Advanced concepts: memory, process, network, storage • Codebin
None
None