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
Introduction to Docker
Search
mahata
April 15, 2016
Technology
0
60
Introduction to Docker
mahata
April 15, 2016
Tweet
Share
More Decks by mahata
See All by mahata
北米のソフトウェア開発
mahata
3
510
Developer Tools
mahata
0
100
本番環境と開発環境で使える コンテナイメージ運用 / Kubernetes Meetup Tokyo #2
mahata
2
4.1k
Other Decks in Technology
See All in Technology
サバイバルモード下でのエンジニアリングマネジメント
konifar
21
6.7k
リクルートのエンジニア組織を下支えする 新卒の育成の仕組み
recruitengineers
PRO
2
160
手を動かしてレベルアップしよう!
maruto
0
250
Snowflake ML モデルを dbt データパイプラインに組み込む
estie
0
110
AWS Well-Architected Frameworkで学ぶAmazon ECSのセキュリティ対策
umekou
2
150
開発者のための FinOps/FinOps for Engineers
oracle4engineer
PRO
2
250
Cracking the Coding Interview 6th Edition
gdplabs
14
28k
役員・マネージャー・著者・エンジニアそれぞれの立場から見たAWS認定資格
nrinetcom
PRO
4
6.7k
OCI Success Journey OCIの何が評価されてる?疑問に答える事例セミナー(2025年2月実施)
oracle4engineer
PRO
2
220
プロダクト開発者目線での Entra ID 活用
sansantech
PRO
0
100
EMConf JP 2025 懇親会LT / EMConf JP 2025 social gathering
sugamasao
2
210
目標と時間軸 〜ベイビーステップでケイパビリティを高めよう〜
kakehashi
PRO
8
970
Featured
See All Featured
Embracing the Ebb and Flow
colly
84
4.6k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Making Projects Easy
brettharned
116
6k
Java REST API Framework Comparison - PWX 2021
mraible
29
8.4k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
440
Rebuilding a faster, lazier Slack
samanthasiow
80
8.9k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2.1k
We Have a Design System, Now What?
morganepeng
51
7.4k
Product Roadmaps are Hard
iamctodd
PRO
51
11k
Transcript
Intro to
What is Docker? • Software to manage Linux containers
What is Linux containers? • (Sort of) VMs: – Segregated
environment – Computing resource isolation – Deployable unit – Clonable
How containers are different from VMs? • Lighter than VMs
– Work with smaller memory – Lightning Fast to spin up
Super impressive! … Any drawbacks? • Ah… yes… sadly… –
Doesn't work natively on Mac or Windows – Need some strategy to keep its data
Hmm… then Docker containers are useless? • No no! Don't
rush! – “-v /path/to/mount” option is your friend - EBS and S3 too!
Awesome!How can I get started? • Just follow the official
doc!
Demo 1.Run Ubuntu Container 2.Make changes & commit 3.Push it
to Docker Registry 4.Check it on
Nice! But I'd prefer private images… • Yeah yeah. You
have 2 options to chose from: 1.Pay Docker to get private repos 2.Create Private Registry itself
AWS Example
What I haven't talked • Dockerfile • Docker Compose •
Orchestration • Etc...
Questions?