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
Hello Docker! Mean Milan
Search
Federico Minzoni
March 15, 2016
Technology
1
65
Hello Docker! Mean Milan
Docker Intro for Mean Milan @ Software Factory Venini42
Federico Minzoni
March 15, 2016
Tweet
Share
More Decks by Federico Minzoni
See All by Federico Minzoni
Docker: tips & tricks per la build
fminzoni
0
390
Towards Docker 18.09
fminzoni
0
90
Docker Milano Meetup (Docker #4 Bday)
fminzoni
1
150
Docker Operations - Six memos for the next infrastructure
fminzoni
0
190
Docker Roma Meetup #1
fminzoni
0
130
Docker Milano Meetup #2
fminzoni
0
92
Docker Quickstart
fminzoni
1
95
Other Decks in Technology
See All in Technology
解析の定理証明実践@Lean 4
dec9ue
0
170
VISITS_AIIoTビジネス共創ラボ登壇資料.pdf
iotcomjpadmin
0
160
地図も、未来も、オープンに。 〜OSGeo.JPとFOSS4Gのご紹介〜
wata909
0
100
SalesforceArchitectGroupOsaka#20_CNX'25_Report
atomica7sei
0
140
20250623 Findy Lunch LT Brown
3150
0
840
「Chatwork」の認証基盤の移行とログ活用によるプロダクト改善
kubell_hr
1
110
[TechNight #90-1] 本当に使える?ZDMの新機能を実践検証してみた
oracle4engineer
PRO
3
160
GitHub Copilot の概要
tomokusaba
1
130
~宇宙最速~2025年AWS Summit レポート
satodesu
1
1.8k
VCpp Link and Library - C++ breaktime 2025 Summer
harukasao
0
240
PHPでWebブラウザのレンダリングエンジンを実装する
dip_tech
PRO
0
200
ひとり情シスなCTOがLLMと始めるオペレーション最適化 / CTO's LLM-Powered Ops
yamitzky
0
420
Featured
See All Featured
It's Worth the Effort
3n
185
28k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Producing Creativity
orderedlist
PRO
346
40k
Designing Experiences People Love
moore
142
24k
Site-Speed That Sticks
csswizardry
10
660
How STYLIGHT went responsive
nonsquared
100
5.6k
How GitHub (no longer) Works
holman
314
140k
Code Review Best Practice
trishagee
68
18k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Bash Introduction
62gerente
614
210k
Documentation Writing (for coders)
carmenintech
71
4.9k
Transcript
FEDERICO MINZONI | CLOUD SOLUTIONS DEVELOPER @ENTER |
[email protected]
|
@fminzoni
What’s behind the success of Docker ?
None
Turning Points May 1999 VMware released Workstation August 2006 Amazon
introduce EC2 service August 2008 The first release of LXC (Linux Containers) October 2009 The first Devopsdays happened March 2013 Docker was released as open source
In 1999, VMware released Workstation which let developers run multiple
virtual machines locally Today, 75–90% of x86 workloads are virtualized.
None
In 2006, Amazon introduce self- service compute and storage. Developers,
for the first time, can create and deploy an application without talking to anyone else. Begins a new world of continuous deployment.
None
In 2009, Developers and IT professionals started joining forces in
what is called DevOps movement. What used to be considered infrastructure is now part of the code.
Pets vs Cattle
Back in 2008, the LXC project... brought together CGroups and
kernel Namespaces to provide a complete containerization solution.
None
Finally in 2013, Docker released a... lightweight alternative to VMs,
letting devs code/build/test every few minutes without the virtualization overhead.
Application Container
Docker Adoption...
None
Docker Real life
Docker Tools BUILD Building and Compose SHIP Search and Distribute
RUN Execute and Manage
Docker Tools BUILD Building and Compose SHIP Search and Distribute
RUN Execute and Manage DEMO DEMO DEMO
QUESTIONS
None