Lock in $30 Savings on PRO—Offer Ends Soon! ⏳
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Tour De Docker - Meteorhacks Show 2015 May
Search
arunoda
May 06, 2015
Programming
1
160
Tour De Docker - Meteorhacks Show 2015 May
arunoda
May 06, 2015
Tweet
Share
More Decks by arunoda
See All by arunoda
How JavaScript Works
arunoda
1
76
Meteor & Container (by Justin from MDG)
arunoda
0
110
Performance Optimization Tips for Meteor
arunoda
0
300
Introduction to Flow - UI Architecture for Meteor
arunoda
1
210
Scaling a Meteor Cluster
arunoda
0
250
Microservices and Meteor
arunoda
0
890
Introduction to Meteor
arunoda
1
98
How to write CPU optimized Meteor apps
arunoda
3
90
Newer way to notify customer about features
arunoda
1
70
Other Decks in Programming
See All in Programming
LLM Çağında Backend Olmak: 10 Milyon Prompt'u Milisaniyede Sorgulamak
selcukusta
0
130
組み合わせ爆発にのまれない - 責務分割 x テスト
halhorn
1
150
モデル駆動設計をやってみようワークショップ開催報告(Modeling Forum2025) / model driven design workshop report
haru860
0
270
俺流レスポンシブコーディング 2025
tak_dcxi
14
8.9k
Giselleで作るAI QAアシスタント 〜 Pull Requestレビューに継続的QAを
codenote
0
230
ViewファーストなRailsアプリ開発のたのしさ
sugiwe
0
500
LLMで複雑な検索条件アセットから脱却する!! 生成的検索インタフェースの設計論
po3rin
4
840
FluorTracer / RayTracingCamp11
kugimasa
0
240
WebRTC と Rust と8K 60fps
tnoho
2
2k
Microservices rules: What good looks like
cer
PRO
0
1.5k
TerraformとStrands AgentsでAmazon Bedrock AgentCoreのSSO認証付きエージェントを量産しよう!
neruneruo
0
110
안드로이드 9년차 개발자, 프론트엔드 주니어로 커리어 리셋하기
maryang
1
120
Featured
See All Featured
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.3k
It's Worth the Effort
3n
187
29k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
32
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Building a Scalable Design System with Sketch
lauravandoore
463
34k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
0
25
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.8k
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
220
YesSQL, Process and Tooling at Scale
rocio
174
15k
GitHub's CSS Performance
jonrohan
1032
470k
Transcript
Tour de Docker @meteorhacks
Some of the SysAdmin Problems Process isolation How to distribute
apps and services Automation
Docker as the Answer Process isolation Distribute apps as docker
images A lot of automation tools
Docker as the Answer process isolation docker run -d —p
80:80 myapp1 docker run -d —p 8080:80 myapp2
Docker as the Answer app/service distribution
Docker as the Answer automation tools * Docker itself *
Existing automation tools * Many more new tools
Tools & Services
Docker Image Hosting Docker Hub: https://hub.docker.com
Logging Logspout: https://github.com/gliderlabs/logspout
Deployment * Docker Compose + Docker Machine * Ansible Docker
* NewRelic’s centurion (I will talk about more)
Clustering Solutions
CoreOS + Fleet CoreOS: https://coreos.com/
Docker Swarm Docker Swarm: https://github.com/docker/swarm
Kubernetes Kubernetes: http://kubernetes.io/
Deployment Solutions
Deis (Open Source) Deis: http://deis.io/
Paz (Open Source) Paz: http://www.paz.sh/
Tutum (Cloud) Tutum: https://www.tutum.co/
Docker + Meteor
MeteorD MeteorD: https://github.com/meteorhacks/meteord
Meteor Up (mupx) mupx: https://goo.gl/vLDsoO
Galaxy ?
Learn Docker
Docker Try It Docker Try It: http://www.docker.com/tryit/
BulletProof Meteor (Docker + Kubernetes) BulletProof Meteor: https://goo.gl/O9BJ5g
Thank You!