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
抽象化をするということ - 具体と抽象の往復を身につける / Abstraction and concretization
soudai
16
6.8k
速くて安いWebサイトを作る
nishiharatsubasa
10
13k
全文検索+セマンティックランカー+LLMの自然文検索サ−ビスで得られた知見
segavvy
2
110
ハッキングの世界に迫る~攻撃者の思考で考えるセキュリティ~
nomizone
13
5.2k
飲食店予約台帳を支えるインタラクティブ UI 設計と実装
siropaca
7
1.8k
株式会社EventHub・エンジニア採用資料
eventhub
0
4.3k
N=1から解き明かすAWS ソリューションアーキテクトの魅力
kiiwami
0
130
Developer Summit 2025 [14-D-1] Yuki Hattori
yuhattor
19
6.2k
AndroidXR 開発ツールごとの できることできないこと
donabe3
0
130
リアルタイム分析データベースで実現する SQLベースのオブザーバビリティ
mikimatsumoto
0
1.4k
7日間でハッキングをはじめる本をはじめてみませんか?_ITエンジニア本大賞2025
nomizone
2
1.8k
データ資産をシームレスに伝達するためのイベント駆動型アーキテクチャ
kakehashi
PRO
2
540
Featured
See All Featured
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.3k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2.1k
Building Your Own Lightsaber
phodgson
104
6.2k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Fireside Chat
paigeccino
34
3.2k
Designing Experiences People Love
moore
140
23k
Faster Mobile Websites
deanohume
306
31k
Facilitating Awesome Meetings
lara
52
6.2k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
193
16k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
1k
We Have a Design System, Now What?
morganepeng
51
7.4k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
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