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
36
chef_presentation.pdf
endoze
0
140
Other Decks in Programming
See All in Programming
Java Webフレームワークの現状 / java web framework at burikaigi
kishida
9
2k
AWS Lambda functions with C# 用の Dev Container Template を作ってみた件
mappie_kochi
0
220
チームの立て直し施策をGoogleの 『効果的なチーム』と見比べてみた
maroon8021
0
270
Запуск 1С:УХ в крупном энтерпрайзе: мечта и реальность ПМа
lamodatech
0
990
Simple組み合わせ村から大都会Railsにやってきた俺は / Coming to Rails from the Simple
moznion
3
3.7k
watsonx.ai Dojo #6 継続的なAIアプリ開発と展開
oniak3ibm
PRO
0
270
混沌とした例外処理とエラー監視に秩序をもたらす
morihirok
18
3.3k
Внедряем бюджетирование, или Как сделать хорошо?
lamodatech
0
980
Оптимизируем производительность блока Казначейство
lamodatech
0
990
DMMオンラインサロンアプリのSwift化
hayatan
0
270
バックエンドのためのアプリ内課金入門 (サブスク編)
qnighy
7
1.5k
ASP. NET CoreにおけるWebAPIの最新情報
tomokusaba
0
190
Featured
See All Featured
Designing on Purpose - Digital PM Summit 2013
jponch
117
7.1k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.4k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.1k
Statistics for Hackers
jakevdp
797
220k
Building an army of robots
kneath
302
45k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
52k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Producing Creativity
orderedlist
PRO
343
39k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.2k
Building Better People: How to give real-time feedback that sticks.
wjessup
366
19k
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