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
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
『FailNet~やらかし共有SNS~』エレベーターピッチ
yokomachi
1
200
カミナシ社の『ID管理基盤』製品内製 - その意思決定背景と2年間の進化 #AWSUnicornDay / Kaminashi ID - The Big Whys
kaminashi
3
720
AWSで推進するデータマネジメント
kawanago
0
850
「魔法少女まどか☆マギカ Magia Exedra」での負荷試験の実践と学び
gree_tech
PRO
0
450
トヨタ生産方式(TPS)入門
recruitengineers
PRO
6
1.4k
Webブラウザ向け動画配信プレイヤーの 大規模リプレイスから得た知見と学び
yud0uhu
0
160
データアナリストからアナリティクスエンジニアになった話
hiyokko_data
0
280
ここ一年のCCoEとしてのAWSコスト最適化を振り返る / CCoE AWS Cost Optimization devio2025
masahirokawahara
1
1.2k
つくって納得、つかって実感! 大規模言語モデルことはじめ
recruitengineers
PRO
32
12k
生成AI時代に必要な価値ある意思決定を育てる「開発プロセス定義」を用いた中期戦略
kakehashi
PRO
1
250
Skrub: machine-learning with dataframes
gaelvaroquaux
0
110
衝突して強くなる! BLUE GIANTと アジャイルチームの共通点とは ― いきいきと活気に満ちたグルーヴあるチームを作るコツ ― / BLUE GIANT and Agile Teams
naitosatoshi
0
290
Featured
See All Featured
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
A Tale of Four Properties
chriscoyier
160
23k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
How GitHub (no longer) Works
holman
315
140k
The Pragmatic Product Professional
lauravandoore
36
6.8k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Balancing Empowerment & Direction
lara
3
610
Measuring & Analyzing Core Web Vitals
bluesmoon
9
570
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
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