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
Tour De Docker - Meteorhacks Show 2015 May
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
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
91
Newer way to notify customer about features
arunoda
1
71
Other Decks in Programming
See All in Programming
脱 雰囲気実装!AgentCoreを良い感じにWEBアプリケーションに組み込むために
takuyay0ne
3
290
SourceGeneratorのマーカー属性問題について
htkym
0
200
GC言語のWasm化とComponent Modelサポートの実践と課題 - Scalaの場合
tanishiking
0
120
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
420
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
4
1.4k
CSC307 Lecture 15
javiergs
PRO
0
260
PHPで TLSのプロトコルを実装してみる
higaki_program
0
160
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
4
440
Ruby and LLM Ecosystem 2nd
koic
1
1k
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
200
Redox OS でのネームスペース管理と chroot の実現
isanethen
0
230
車輪の再発明をしよう!PHP で実装して学ぶ、Web サーバーの仕組みと HTTP の正体
h1r0
0
120
Featured
See All Featured
First, design no harm
axbom
PRO
2
1.1k
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
86
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
110
Art, The Web, and Tiny UX
lynnandtonic
304
21k
Organizational Design Perspectives: An Ontology of Organizational Design Elements
kimpetersen
PRO
1
640
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
Building an army of robots
kneath
306
46k
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.9k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.9k
My Coaching Mixtape
mlcsv
0
76
Marketing to machines
jonoalderson
1
5k
Product Roadmaps are Hard
iamctodd
PRO
55
12k
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!