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
Claude CodeでKiroの仕様駆動開発を実現させるには...
gotalab555
3
1k
Infrastructure as Prompt実装記 〜Bedrock AgentCoreで作る自然言語インフラエージェント〜
yusukeshimizu
1
110
LLMで構造化出力の成功率をグンと上げる方法
keisuketakiguchi
0
800
薬屋のひとりごとにみるトラブルシューティング
tomokusaba
0
310
Telemetry APIから学ぶGoogle Cloud ObservabilityとOpenTelemetryの現在 / getting-started-telemetry-api-with-google-cloud
k6s4i53rx
0
140
Rubyの国のPerlMonger
anatofuz
3
730
Oracle Exadata Database Service on Cloud@Customer X11M (ExaDB-C@C) サービス概要
oracle4engineer
PRO
2
6.3k
【新卒研修資料】数理最適化 / Mathematical Optimization
brainpadpr
27
13k
全員が手を動かす組織へ - 生成AIが変えるTVerの開発現場 / everyone-codes-genai-transforms-tver-development
tohae
0
150
Amazon Inspector コードセキュリティで手軽に実現するシフトレフト
maimyyym
0
100
JAWS AI/ML #30 AI コーディング IDE "Kiro" を触ってみよう
inariku
3
360
オブザーバビリティプラットフォーム開発におけるオブザーバビリティとの向き合い / Hatena Engineer Seminar #34 オブザーバビリティの実現と運用編
arthur1
0
380
Featured
See All Featured
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Visualization
eitanlees
146
16k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
The World Runs on Bad Software
bkeepers
PRO
70
11k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
183
54k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Designing for Performance
lara
610
69k
How to Think Like a Performance Engineer
csswizardry
25
1.8k
KATA
mclloyd
32
14k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
880
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
Become a Pro
speakerdeck
PRO
29
5.5k
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