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
手を動かしてレベルアップしよう!
maruto
0
110
MIMEと文字コードの闇
hirachan
2
1.4k
データマネジメントのトレードオフに立ち向かう
ikkimiyazaki
6
1.2k
(機械学習システムでも) SLO から始める信頼性構築 - ゆる SRE#9 2025/02/21
daigo0927
0
250
Iceberg Meetup Japan #1 : Iceberg and Databricks
databricksjapan
0
300
Visualize, Visualize, Visualize and rclone
tomoaki0705
9
77k
あなたが人生で成功するための5つの普遍的法則 #jawsug #jawsdays2025 / 20250301 HEROZ
yoshidashingo
2
130
OPENLOGI Company Profile
hr01
0
60k
Goで作って学ぶWebSocket
ryuichi1208
3
2.5k
Potential EM 制度を始めた理由、そして2年後にやめた理由 - EMConf JP 2025
hoyo
2
1.9k
Helm , Kustomize に代わる !? 次世代 k8s パッケージマネージャー Glasskube 入門 / glasskube-entry
parupappa2929
0
290
分解して理解する Aspire
nenonaninu
2
780
Featured
See All Featured
Rails Girls Zürich Keynote
gr2m
94
13k
Site-Speed That Sticks
csswizardry
4
400
Scaling GitHub
holman
459
140k
Optimising Largest Contentful Paint
csswizardry
34
3.1k
Into the Great Unknown - MozCon
thekraken
35
1.6k
The Pragmatic Product Professional
lauravandoore
32
6.4k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
114
50k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.2k
Large-scale JavaScript Application Architecture
addyosmani
511
110k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
360
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
GitHub's CSS Performance
jonrohan
1030
460k
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