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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Surendran Mahendran
December 11, 2015
Technology
1
89
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
790
Building web apps for heroku
surenm
0
76
Other Decks in Technology
See All in Technology
非情報系研究者へ送る Transformer入門
rishiyama
5
5k
楽しく学ぼう!ネットワーク入門
shotashiratori
0
330
kintone開発のプラットフォームエンジニアの紹介
cybozuinsideout
PRO
0
840
Serverless Agent Architecture on Azure / serverless-agent-on-azure
miyake
1
170
メタデータ同期に潜んでいた問題 〜 Cache Stampede 時の Cycle Wait を⾒つけた話
lycorptech_jp
PRO
0
150
SaaSからAIへの過渡期の中で現在、組織内で起こっている変化 / SaaS to AI Paradigm Shift
aeonpeople
0
110
EMからVPoEを経てCTOへ:マネジメントキャリアパスにおける葛藤と成長
kakehashi
PRO
9
1.4k
AWS DevOps Agent vs SRE俺 / AWS DevOps Agent vs me, the SRE
sms_tech
3
440
JAWS DAYS 2026 ExaWizards_20260307
exawizards
0
350
Datadog の RBAC のすべて
nulabinc
PRO
3
360
Shifting from MCP to Skills / ベストプラクティスの変遷を辿る
yamanoku
4
730
EMからICへ、二周目人材としてAI全振りのプロダクト開発で見つけた武器
yug1224
5
490
Featured
See All Featured
Marketing to machines
jonoalderson
1
5k
Heart Work Chapter 1 - Part 1
lfama
PRO
5
35k
What's in a price? How to price your products and services
michaelherold
247
13k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.4k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
Tell your own story through comics
letsgokoyo
1
830
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
0
230
Stop Working from a Prison Cell
hatefulcrawdad
274
21k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
480
Crafting Experiences
bethany
1
81
Marketing Yourself as an Engineer | Alaka | Gurzu
gurzu
0
150
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
1.9k
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