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
arunoda
May 06, 2015
Programming
1
150
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
73
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
97
How to write CPU optimized Meteor apps
arunoda
3
87
Newer way to notify customer about features
arunoda
1
69
Other Decks in Programming
See All in Programming
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
520
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
270
#QiitaBash MCPのセキュリティ
ryosukedtomita
1
1.4k
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
2
840
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
290
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
200
“いい感じ“な定量評価を求めて - Four Keysとアウトカムの間の探求 -
nealle
2
10k
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
120
PostgreSQLのRow Level SecurityをPHPのORMで扱う Eloquent vs Doctrine #phpcon #track2
77web
2
530
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
690
AI時代のソフトウェア開発を考える(2025/07版) / Agentic Software Engineering Findy 2025-07 Edition
twada
PRO
89
30k
すべてのコンテキストを、 ユーザー価値に変える
applism118
3
1.3k
Featured
See All Featured
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
6
310
Visualization
eitanlees
146
16k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Statistics for Hackers
jakevdp
799
220k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
KATA
mclloyd
30
14k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Site-Speed That Sticks
csswizardry
10
690
Facilitating Awesome Meetings
lara
54
6.4k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Optimizing for Happiness
mojombo
379
70k
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!