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
Developing With Docker
Search
Endoze
May 14, 2014
Programming
0
150
Developing With Docker
An energetic romp through Docker's internals.
Endoze
May 14, 2014
Tweet
Share
More Decks by Endoze
See All by Endoze
How to Code Like a Hacker
endoze
0
58
Skinny View Controllers
endoze
0
37
chef_presentation.pdf
endoze
0
150
Other Decks in Programming
See All in Programming
VS Code Update for GitHub Copilot
74th
1
490
“いい感じ“な定量評価を求めて - Four Keysとアウトカムの間の探求 -
nealle
0
260
既存デザインを変更せずにタップ領域を広げる方法
tahia910
1
240
GoのGenericsによるslice操作との付き合い方
syumai
3
700
Select API from Kotlin Coroutine
jmatsu
1
200
LINEヤフー データグループ紹介
lycorp_recruit_jp
0
1.6k
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
530
すべてのコンテキストを、 ユーザー価値に変える
applism118
2
980
deno-redisの紹介とJSRパッケージの運用について (toranoana.deno #21)
uki00a
0
160
Deep Dive into ~/.claude/projects
hiragram
10
2.1k
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
250
#QiitaBash MCPのセキュリティ
ryosukedtomita
0
490
Featured
See All Featured
Being A Developer After 40
akosma
90
590k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
230
Into the Great Unknown - MozCon
thekraken
39
1.9k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
What's in a price? How to price your products and services
michaelherold
246
12k
Optimizing for Happiness
mojombo
379
70k
Agile that works and the tools we love
rasmusluckow
329
21k
Rails Girls Zürich Keynote
gr2m
94
14k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Statistics for Hackers
jakevdp
799
220k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Transcript
Developing With Docker
What is LXC? cgroups namespaces Linux Containers
What is Docker? Built on LXC Manages images Builds images
as layers
Demo Time!
Life before Docker Build out real nodes ($$$) Virtualize all
nodes on your workstation Throw together all the extra hardware you have
Where does it fit? Perfectly mirror environments Testing in a
clean room environment Testing changes to your app quickly
Why Docker? Public index Great community Awesome documentation Open Source
Questions?
Links https:/ /speakerdeck.com/endoze/ developing-with-docker https:/ /github.com/endoze/ docker_playground