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 101
Search
Surendran Mahendran
December 11, 2015
Technology
1
90
Docker 101
Surendran Mahendran
December 11, 2015
Tweet
Share
More Decks by Surendran Mahendran
See All by Surendran Mahendran
Building REST API for Digital Universe
surenm
3
800
Building web apps for heroku
surenm
0
77
Other Decks in Technology
See All in Technology
Embeddings : Symfony AI en pratique
lyrixx
0
400
Datadog で実現するセキュリティ対策 ~オブザーバビリティとセキュリティを 一緒にやると何がいいのか~
a2ush
0
170
スケールアップ企業でQA組織が機能し続けるための組織設計と仕組み〜ボトムアップとトップダウンを両輪としたアプローチ〜
qa
0
370
開発チームとQAエンジニアの新しい協業モデル -年末調整開発チームで実践する【QAリード施策】-
kaomi_wombat
0
260
15年メンテしてきたdotfilesから開発トレンドを振り返る 2011 - 2026
giginet
PRO
0
130
Navigation APIと見るSvelteKitのWeb標準志向
yamanoku
2
130
OCI技術資料 : 証明書サービス概要
ocise
1
7.1k
やさしいとこから始めるGitHubリポジトリのセキュリティ
tsubakimoto_s
3
2k
Kubernetesの「隠れメモリ消費」によるNode共倒れと、Request適正化という処方箋
g0xu
0
150
AgentCoreとLINEを使った飲食店おすすめアプリを作ってみた
yakumo
2
260
AI時代のオンプレ-クラウドキャリアチェンジ考
yuu0w0yuu
0
590
サイボウズ 開発本部採用ピッチ / Cybozu Engineer Recruit
cybozuinsideout
PRO
10
76k
Featured
See All Featured
Exploring anti-patterns in Rails
aemeredith
2
290
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
KATA
mclloyd
PRO
35
15k
Google's AI Overviews - The New Search
badams
0
950
The SEO Collaboration Effect
kristinabergwall1
0
410
Optimising Largest Contentful Paint
csswizardry
37
3.6k
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
1k
Marketing to machines
jonoalderson
1
5.1k
YesSQL, Process and Tooling at Scale
rocio
174
15k
Optimizing for Happiness
mojombo
378
71k
Organizational Design Perspectives: An Ontology of Organizational Design Elements
kimpetersen
PRO
1
650
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
1.1k
Transcript
Introduction to Docker @suren
None
What is Docker? "Open platform for developers and sysadmins to
build, ship, and run distributed applications. "
Shipping analogy...
None
Containers
None
Dockers
• Lightweight • Isolation • Open Standards • Build once,
run everywhere
Virtual Machine Docker
Why should you care? • It's fast • Minimal overhead/resource
usage • Run thousands of containers • Easy to run your whole production stack locally
None
L
Docker: hello world
Docker: curl example
Docker Images
Dockerfile
None
What have we learned so far • Container - Lightweight
virtualization • Image - Immutable snapshot of a container • Hub/Index- Central hub for sharing images
None
+
• Docker registries • Docker swarms • Elastic Container Service
• Docker Hypervisors • Security aspects • Advanced concepts: memory, process, network, storage • Codebin
None
None