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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Endoze
May 14, 2014
Programming
0
160
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
60
Skinny View Controllers
endoze
0
39
chef_presentation.pdf
endoze
0
160
Other Decks in Programming
See All in Programming
エラーログのマスキングの仕組みづくりに役立ったASTの話
kumoichi
0
110
nuget-server - あなたが必要だったNuGetサーバー
kekyo
PRO
0
170
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
310
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
380
どんと来い、データベース信頼性エンジニアリング / Introduction to DBRE
nnaka2992
1
120
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
330
15年目のiOSアプリを1から作り直す技術
teakun
1
600
日本だけで解禁されているアプリ起動の方法
ryunakayama
0
370
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
290
CSC307 Lecture 14
javiergs
PRO
0
450
JPUG勉強会 OSSデータベースの内部構造を理解しよう
oga5
2
230
Ruby x Terminal
a_matsuda
7
580
Featured
See All Featured
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
280
Exploring anti-patterns in Rails
aemeredith
2
280
Paper Plane
katiecoart
PRO
0
47k
The Invisible Side of Design
smashingmag
302
51k
Ten Tips & Tricks for a 🌱 transition
stuffmc
0
84
Practical Orchestrator
shlominoach
191
11k
The Limits of Empathy - UXLibs8
cassininazir
1
240
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.4k
Marketing to machines
jonoalderson
1
5k
We Have a Design System, Now What?
morganepeng
55
8k
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
280
Unsuck your backbone
ammeep
672
58k
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