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
84
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
780
Building web apps for heroku
surenm
0
71
Other Decks in Technology
See All in Technology
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
2
390
勝手に!深堀り!Cloud Run worker pools / Deep dive Cloud Run worker pools
iselegant
4
580
Goの組織でバックエンドTypeScriptを採用してどうだったか / How was adopting backend TypeScript in a Golang company
kaminashi
12
9k
Linuxのパッケージ管理とアップデート基礎知識
go_nishimoto
0
690
営業向け誰でも話せるOCIセールストーク
oracle4engineer
PRO
2
130
今日からはじめるプラットフォームエンジニアリング
jacopen
8
1.8k
2025-04-24 "Manga AI Understanding & Localization" Furukawa Arata (CyberAgent, Inc)
ornew
2
300
日経電子版 for Android の技術的課題と取り組み(令和最新版)/android-20250423
nikkei_engineer_recruiting
1
580
AIにおけるソフトウェアテスト_ver1.00
fumisuke
1
300
Databricksで完全履修!オールインワンレイクハウスは実在した!
akuwano
0
130
PostgreSQL Log File Mastery: Optimizing Database Performance Through Advanced Log Analysis
shiviyer007
PRO
1
140
CodePipelineのアクション統合から学ぶAWS CDKの抽象化技術 / codepipeline-actions-cdk-abstraction
gotok365
5
330
Featured
See All Featured
Embracing the Ebb and Flow
colly
85
4.7k
The World Runs on Bad Software
bkeepers
PRO
68
11k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.3k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Thoughts on Productivity
jonyablonski
69
4.6k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.4k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
178
53k
Code Reviewing Like a Champion
maltzj
523
40k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Git: the NoSQL Database
bkeepers
PRO
430
65k
What's in a price? How to price your products and services
michaelherold
245
12k
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