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
How to achieve interoperable digital identity across Asian countries
fujie
0
110
コンテキストエンジニアリングとは? 考え方と応用方法
findy_eventslides
4
890
extension 現場で使えるXcodeショートカット一覧
ktombow
0
200
"複雑なデータ処理 × 静的サイト" を両立させる、楽をするRails運用 / A low-effort Rails workflow that combines “Complex Data Processing × Static Sites”
hogelog
3
1.9k
From Prompt to Product @ How to Web 2025, Bucharest, Romania
janwerner
0
110
AI Agentと MCP Serverで実現する iOSアプリの 自動テスト作成の効率化
spiderplus_cb
0
480
GC25 Recap+: Advancing Go Garbage Collection with Green Tea
logica0419
1
390
多野優介
tanoyusuke
1
400
AIが書いたコードをAIが検証する!自律的なモバイルアプリ開発の実現
henteko
1
330
ACA でMAGI システムを社内で展開しようとした話
mappie_kochi
0
240
PythonとLLMで挑む、 4コマ漫画の構造化データ化
esuji5
1
130
生成AI_その前_に_マルチクラウド時代の信頼できるデータを支えるSnowflakeメタデータ活用術.pdf
cm_mikami
0
110
Featured
See All Featured
Being A Developer After 40
akosma
91
590k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6.1k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Typedesign – Prime Four
hannesfritz
42
2.8k
Automating Front-end Workflow
addyosmani
1371
200k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
The Language of Interfaces
destraynor
162
25k
Code Review Best Practice
trishagee
72
19k
Documentation Writing (for coders)
carmenintech
75
5k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
890
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
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