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
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
When Dependencies Fail: Building Antifragile Applications in a Fragile World
selcukusta
0
110
CSC509 Lecture 06
javiergs
PRO
0
260
Flutterで分数(Fraction)を表示する方法
koukimiura
0
140
(Extension DC 2025) Actor境界を越える技術
teamhimeh
1
270
All About Angular's New Signal Forms
manfredsteyer
PRO
0
190
Server Side Kotlin Meetup vol.16: 内部動作を理解して ハイパフォーマンスなサーバサイド Kotlin アプリケーションを書こう
ternbusty
3
220
ソフトウェア設計の実践的な考え方
masuda220
PRO
4
620
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
870
Devoxx BE - Local Development in the AI Era
kdubois
0
130
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
520
Devoxx BE 2025 Loom lab
josepaumard
0
110
株式会社 Sun terras カンパニーデック
sunterras
0
380
Featured
See All Featured
The Pragmatic Product Professional
lauravandoore
36
7k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Navigating Team Friction
lara
190
15k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
600
For a Future-Friendly Web
brad_frost
180
10k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Typedesign – Prime Four
hannesfritz
42
2.8k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Code Review Best Practice
trishagee
72
19k
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!