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
Developer Summit 2025 [14-D-1] Yuki Hattori
yuhattor
19
5.8k
バックエンドエンジニアのためのフロントエンド入門 #devsumiC
panda_program
16
7k
AndroidXR 開発ツールごとの できることできないこと
donabe3
0
120
地方拠点で エンジニアリングマネージャーってできるの? 〜地方という制約を楽しむオーナーシップとコミュニティ作り〜
1coin
1
220
Building Products in the LLM Era
ymatsuwitter
10
5k
表現を育てる
kiyou77
1
200
Helm , Kustomize に代わる !? 次世代 k8s パッケージマネージャー Glasskube 入門 / glasskube-entry
parupappa2929
0
210
白金鉱業Meetup Vol.17_あるデータサイエンティストのデータマネジメントとの向き合い方
brainpadpr
4
300
Nekko Cloud、 これまでとこれから ~学生サークルが作る、 小さなクラウド
logica0419
2
880
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
6
57k
株式会社EventHub・エンジニア採用資料
eventhub
0
4.2k
トラシューアニマルになろう ~開発者だからこそできる、安定したサービス作りの秘訣~
jacopen
2
1.8k
Featured
See All Featured
Docker and Python
trallard
44
3.3k
Speed Design
sergeychernyshev
26
790
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Statistics for Hackers
jakevdp
797
220k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
114
50k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
960
Making the Leap to Tech Lead
cromwellryan
133
9.1k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
29
2.2k
Rails Girls Zürich Keynote
gr2m
94
13k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
GraphQLの誤解/rethinking-graphql
sonatard
68
10k
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?