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
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
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
ぼくの開発環境2026
yuzneri
1
290
CSC307 Lecture 11
javiergs
PRO
0
580
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
120
API Platformを活用したPHPによる本格的なWeb API開発 / api-platform-book-intro
ttskch
1
110
ふん…おもしれぇ Parser。RubyKaigi 行ってやるぜ
aki_pin0
0
120
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
320
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
8
2.1k
2026/02/04 AIキャラクター人格の実装論 口 調の模倣から、コンテキスト制御による 『思想』と『行動』の創発へ
sr2mg4
0
650
15年目のiOSアプリを1から作り直す技術
teakun
0
570
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
3
360
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
220
登壇資料を作る時に意識していること #登壇資料_findy
konifar
4
2k
Featured
See All Featured
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.9k
Technical Leadership for Architectural Decision Making
baasie
2
270
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
170
Being A Developer After 40
akosma
91
590k
The SEO Collaboration Effect
kristinabergwall1
0
380
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
1
360
WCS-LA-2024
lcolladotor
0
470
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
190
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
From Legacy to Launchpad: Building Startup-Ready Communities
dugsong
0
170
Un-Boring Meetings
codingconduct
0
220
Designing for Timeless Needs
cassininazir
0
150
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