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
docker
Search
Kevin Marsh
April 04, 2014
Technology
1
350
docker
Rapid Fire Tech Talk
Kevin Marsh
April 04, 2014
Tweet
Share
More Decks by Kevin Marsh
See All by Kevin Marsh
Things I Like About Go
willcodeforfoo
1
63
13 git Tips for Killer Productivity
willcodeforfoo
1
130
Three Command Line Utilities
willcodeforfoo
2
68
Enforcing Ruby Style
willcodeforfoo
0
61
Other Decks in Technology
See All in Technology
一度 Expo の採用を断念したけど、 再度 Expo の導入を検討している話
ichiki1023
1
170
『衛星データ利用の方々にとって近いようで触れる機会のなさそうな小話 ~ 衛星搭載ソフトウェアと衛星運用ソフトウェア (実物) を動かしながらわいわいする編 ~』 @日本衛星データコミニティ勉強会
meltingrabbit
0
150
The Future of SEO: The Impact of AI on Search
badams
0
200
2/18/25: Java meets AI: Build LLM-Powered Apps with LangChain4j
edeandrea
PRO
0
120
(機械学習システムでも) SLO から始める信頼性構築 - ゆる SRE#9 2025/02/21
daigo0927
0
130
全文検索+セマンティックランカー+LLMの自然文検索サ−ビスで得られた知見
segavvy
2
110
データ資産をシームレスに伝達するためのイベント駆動型アーキテクチャ
kakehashi
PRO
2
540
TAMとre:Capセキュリティ編 〜拡張脅威検出デモを添えて〜
fujiihda
2
250
Swiftの “private” を テストする / Testing Swift "private"
yutailang0119
0
130
転生CISOサバイバル・ガイド / CISO Career Transition Survival Guide
kanny
3
1k
速くて安いWebサイトを作る
nishiharatsubasa
10
13k
AndroidデバイスにFTPサーバを建立する
e10dokup
0
250
Featured
See All Featured
Building a Scalable Design System with Sketch
lauravandoore
461
33k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
BBQ
matthewcrist
87
9.5k
A Philosophy of Restraint
colly
203
16k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Designing for humans not robots
tammielis
250
25k
Building Adaptive Systems
keathley
40
2.4k
Music & Morning Musume
bryan
46
6.3k
Fireside Chat
paigeccino
34
3.2k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
Making Projects Easy
brettharned
116
6k
Transcript
None
Solomon Hykes, Pycon 2013
Containers
Encapsulation
Lightweight
Dockerfile # use the ubuntu base image provided by dotCloud
FROM ubuntu # make sure the package repository is up to date RUN apt-get update # install memcached RUN apt-get install -y memcached $ docker build -t memcached:v1 .
$ docker run memcached
Transportation
Transportation $ docker push memcached $ docker pull memcached
Ecosystem
dokku https://github.com/progrium/dokku
dokku
Flynn https://flynn.io/
Flynn
Learn More • https://www.docker.io/gettingstarted/ • http://docs.docker.io/en/latest/ • http://www.youtube.com/watch?v=wW9CAH9nSLs