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
AWSマルチアカウント統制環境のすゝめ / 20250115 Mitsutoshi Matsuo
shift_evolve
0
110
embedパッケージを深掘りする / Deep Dive into embed Package in Go
task4233
1
210
三菱電機で社内コミュニティを立ち上げた話
kurebayashi
1
360
AWSサービスアップデート 2024/12 Part3
nrinetcom
PRO
0
140
FODにおけるホーム画面編成のレコメンド
watarukudo
PRO
2
270
ドメイン駆動設計の実践により事業の成長スピードと保守性を両立するショッピングクーポン
lycorptech_jp
PRO
12
1.9k
Visual StudioとかIDE関連小ネタ話
kosmosebi
1
370
30分でわかる「リスクから学ぶKubernetesコンテナセキュリティ」/30min-k8s-container-sec
mochizuki875
3
450
機械学習を「社会実装」するということ 2025年版 / Social Implementation of Machine Learning 2025 Version
moepy_stats
5
1k
商品レコメンドでのexplicit negative feedbackの活用
alpicola
1
350
Oracle Exadata Database Service(Dedicated Infrastructure):サービス概要のご紹介
oracle4engineer
PRO
0
12k
Godot Engineについて調べてみた
unsoluble_sugar
0
400
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
192
16k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
GraphQLとの向き合い方2022年版
quramy
44
13k
Site-Speed That Sticks
csswizardry
3
270
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
The Pragmatic Product Professional
lauravandoore
32
6.4k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
A better future with KSS
kneath
238
17k
A Tale of Four Properties
chriscoyier
157
23k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
113
50k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
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