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
360
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
74
13 git Tips for Killer Productivity
willcodeforfoo
1
140
Three Command Line Utilities
willcodeforfoo
2
78
Enforcing Ruby Style
willcodeforfoo
0
74
Other Decks in Technology
See All in Technology
Post-AIコーディング時代のエンジニア生存戦略
shinoyu
0
300
クレジットカードの不正を防止する技術
yutadayo
17
7.9k
ZOZOTOWNカート決済リプレイス ── モジュラモノリスという過渡期戦略
zozotech
PRO
0
500
アジャイル社内普及ご近所さんマップを作ろう / Let's create an agile neighborhood map
psj59129
1
140
学術的根拠から読み解くNotebookLMの音声活用法
shukob
0
150
大規模モノレポの秩序管理 失速しない多言語化フロントエンドの運用 / JSConf JP 2025
shoota
0
290
Dev Containers と Skaffold で実現する クラウドネイティブ開発環境 ローカルのみという制約に挑む / Cloud-Native Development with Dev Containers and Skaffold: Tackling the Local-Only Constraint
bitkey
PRO
0
120
国産クラウドを支える設計とチームの変遷 “技術・組織・ミッション”
kazeburo
4
5.8k
生成AI時代に若手エンジニアが最初に覚えるべき内容と、その学習法
starfish719
2
560
レガシーで硬直したテーブル設計から変更容易で柔軟なテーブル設計にする
red_frasco
4
430
Bedrock のコスト監視設計
fohte
2
210
TypeScript 6.0で非推奨化されるオプションたち
uhyo
12
3.2k
Featured
See All Featured
Being A Developer After 40
akosma
91
590k
Six Lessons from altMBA
skipperchong
29
4.1k
Leading Effective Engineering Teams in the AI Era
addyosmani
8
1.1k
Statistics for Hackers
jakevdp
799
230k
A designer walks into a library…
pauljervisheath
210
24k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
What's in a price? How to price your products and services
michaelherold
246
12k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
How GitHub (no longer) Works
holman
315
140k
The Language of Interfaces
destraynor
162
25k
The Cost Of JavaScript in 2023
addyosmani
55
9.3k
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