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
59
Skinny View Controllers
endoze
0
37
chef_presentation.pdf
endoze
0
150
Other Decks in Programming
See All in Programming
The Modern View Layer Rails Deserves: A Vision For 2025 And Beyond @ RailsConf 2025, Philadelphia, PA
marcoroth
1
170
技術同人誌をMCP Serverにしてみた
74th
1
650
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
1
150
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
250
Is Xcode slowly dying out in 2025?
uetyo
1
270
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
730
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
650
AI時代のソフトウェア開発を考える(2025/07版) / Agentic Software Engineering Findy 2025-07 Edition
twada
PRO
87
29k
PHP 8.4の新機能「プロパティフック」から学ぶオブジェクト指向設計とリスコフの置換原則
kentaroutakeda
2
900
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.5k
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
2.1k
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
2
640
Featured
See All Featured
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
A Modern Web Designer's Workflow
chriscoyier
695
190k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Code Reviewing Like a Champion
maltzj
524
40k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
A better future with KSS
kneath
238
17k
Music & Morning Musume
bryan
46
6.6k
Designing for humans not robots
tammielis
253
25k
Done Done
chrislema
184
16k
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