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
85
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
780
Building web apps for heroku
surenm
0
72
Other Decks in Technology
See All in Technology
CIでのgolangci-lintの実行を約90%削減した話
kazukihayase
0
320
CSS、JSをHTMLテンプレートにまとめるフロントエンド戦略
d120145
0
170
_第3回__AIxIoTビジネス共創ラボ紹介資料_20250617.pdf
iotcomjpadmin
0
130
ハノーバーメッセ2025座談会.pdf
iotcomjpadmin
0
130
Cloud Native Scalability for Internal Developer Platforms
hhiroshell
2
490
工具人的一生: 開發很多 AI 工具讓我 慵懶過一生
line_developers_tw
PRO
0
900
Абьюзим random_bytes(). Фёдор Кулаков, разработчик Lamoda Tech
lamodatech
0
190
Navigation3でViewModelにデータを渡す方法
mikanichinose
0
170
菸酒生在 LINE Taiwan 的後端雙刀流
line_developers_tw
PRO
0
900
doda開発 生成AI元年宣言!自家製AIエージェントから始める生産性改革 / doda Development Declaration of the First Year of Generated AI! Productivity Reforms Starting with Home-grown AI Agents
techtekt
0
180
CI/CDとタスク共有で加速するVibe Coding
tnbe21
0
220
IAMのマニアックな話 2025を執筆して、 見えてきたAWSアカウント管理の現在
nrinetcom
PRO
4
620
Featured
See All Featured
Bash Introduction
62gerente
614
210k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
We Have a Design System, Now What?
morganepeng
52
7.6k
For a Future-Friendly Web
brad_frost
179
9.8k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
How to Think Like a Performance Engineer
csswizardry
24
1.7k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
The World Runs on Bad Software
bkeepers
PRO
68
11k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
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