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
130
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
53
Skinny View Controllers
endoze
0
35
chef_presentation.pdf
endoze
0
130
Other Decks in Programming
See All in Programming
快速入門可觀測性
blueswen
0
490
Оптимизируем производительность блока Казначейство
lamodatech
0
920
責務を分離するための例外設計 - PHPカンファレンス 2024
kajitack
9
2.3k
Fixstars高速化コンテスト2024準優勝解法
eijirou
0
180
Stackless и stackful? Корутины и асинхронность в Go
lamodatech
0
1.3k
Jaspr Dart Web Framework 박제창 @Devfest 2024
itsmedreamwalker
0
140
Fibonacci Function Gallery - Part 2
philipschwarz
PRO
0
210
GitHub CopilotでTypeScriptの コード生成するワザップ
starfish719
26
5.9k
KubeCon NA 2024の全DB関連セッションを紹介
nnaka2992
0
110
traP の部内 ISUCON とそれを支えるポータル / PISCON Portal
ikura_hamu
0
170
生成AIでGitHubソースコード取得して仕様書を作成
shukob
0
610
20241217 競争力強化とビジネス価値創出への挑戦:モノタロウのシステムモダナイズ、開発組織の進化と今後の展望
monotaro
PRO
0
250
Featured
See All Featured
Optimising Largest Contentful Paint
csswizardry
33
3k
Unsuck your backbone
ammeep
669
57k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
26
1.9k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Building Your Own Lightsaber
phodgson
104
6.2k
Navigating Team Friction
lara
183
15k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
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