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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
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
メタデータ同期に潜んでいた問題 〜 Cache Stampede 時の Cycle Wait を⾒つけた話
lycorptech_jp
PRO
0
150
【SLO】"多様な期待値" と向き合ってみた
z63d
2
320
男(監査)はつらいよ - Policy as CodeからAIエージェントへ
ken5scal
5
780
AIエージェント時代に備える AWS Organizations とアカウント設計
kossykinto
2
460
「ストレッチゾーンに挑戦し続ける」ことって難しくないですか? メンバーの持続的成長を支えるEMの環境設計
sansantech
PRO
3
400
ナレッジワーク IT情報系キャリア研究セッション資料(情報処理学会 第88回全国大会 )
kworkdev
PRO
0
110
Kiro のクレジットを使い切る!
otanikohei2023
0
120
トップマネジメントとコンピテンシーから考えるエンジニアリングマネジメント
zigorou
4
760
生成AIの利用とセキュリティ /gen-ai-and-security
mizutani
1
1.4k
マネージャー版 "提案のレベル" を上げる
konifar
21
14k
Evolution of Claude Code & How to use features
oikon48
1
540
組織全体で実現する標準監視設計
yuobayashi
1
180
Featured
See All Featured
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
140
KATA
mclloyd
PRO
35
15k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
96
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
1.8k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
55k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.3k
Automating Front-end Workflow
addyosmani
1370
200k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
Site-Speed That Sticks
csswizardry
13
1.1k
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
140
Build your cross-platform service in a week with App Engine
jlugia
234
18k
A Tale of Four Properties
chriscoyier
163
24k
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