$30 off During Our Annual Pro Sale. View Details »
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Docker
Search
Ray Ch
December 30, 2013
Technology
6
660
Docker
This is general presentation about Linux container and
Ray Ch
December 30, 2013
Tweet
Share
Other Decks in Technology
See All in Technology
AI 時代のデータ戦略
na0
5
1.2k
マルチドライブアーキテクチャ: 複数の駆動力でプロダクトを前進させる
knih
0
12k
Data Hubグループ 紹介資料
sansan33
PRO
0
2.3k
Master Dataグループ紹介資料
sansan33
PRO
1
4k
Digitization部 紹介資料
sansan33
PRO
1
6k
Bedrock のコスト監視設計
fohte
2
250
AI時代のインシデント対応 〜時代を切り抜ける、組織アーキテクチャ〜
jacopen
4
170
命名から始めるSpec Driven
kuruwic
2
660
不確実性に備える ABEMA の信頼性設計とオブザーバビリティ基盤
nagapad
5
9.3k
『星の世界の地図の話: Google Sky MapをAI Agentでよみがえらせる』 - Google Developers DevFest Tokyo 2025
taniiicom
0
430
ローカルVLM OCRモデル + Gemini 3.0 Proで日本語性能を試す
gotalab555
1
220
[続・営業向け 誰でも話せるOCI セールストーク] AWSよりOCIの優位性が分からない編(2025年11月21日開催)
oracle4engineer
PRO
1
150
Featured
See All Featured
Faster Mobile Websites
deanohume
310
31k
Building Adaptive Systems
keathley
44
2.8k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
For a Future-Friendly Web
brad_frost
180
10k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
680
jQuery: Nuts, Bolts and Bling
dougneiner
65
8k
Code Reviewing Like a Champion
maltzj
527
40k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Visualization
eitanlees
150
16k
Done Done
chrislema
186
16k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.2k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Transcript
Docker Create and Deploy application anywhere @iraycd
Shipping
Traditional Way
Containers Way This is not time to be logistics. Let’s
be geeky
Geeky way
Existing Containers
Existing Containers
None
What is docker? Docker is an open-source engine that automates
the deployment of any application as a lightweight, portable, self-sufficient container that will run virtually anywhere.
Why docker?
History and capabilities • Written in go • > 1
year • dotCloud • run self-sufficient containers • Amazing speed • Lightweight
What is container in docker
Light weight containers
Why people developer love docker Shipping code to server is
easy
None
Finding and downloading images docker search ubuntu docker pull shykes/ubuntu
Running docker run ubuntu /bin/echo hello world docker run -i
-t ubuntu /bin/bash
Committing and Push changes docker ps -l docker commit $CONTAINER_ID
username/repo docker push username/repo docker push internal_repo:5000/repo
Project uses docker • Deis • Flynn • Dokku •
CoreOS • Maestro
None
Shipyard • Open Source Docker Management • Management from a
Single View • Multi-Host Support • Container Recovery • RESTful API
Use by engineers at
Questions?
Thank You @iraycd