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
64
Introduction to Docker
mahata
April 15, 2016
Tweet
Share
More Decks by mahata
See All by mahata
北米のソフトウェア開発
mahata
3
540
Developer Tools
mahata
0
110
本番環境と開発環境で使える コンテナイメージ運用 / Kubernetes Meetup Tokyo #2
mahata
2
4.2k
Other Decks in Technology
See All in Technology
設計に疎いエンジニアでも始めやすいアーキテクチャドキュメント
phaya72
25
17k
re:Inventに行くまでにやっておきたいこと
nagisa53
0
980
Kotlinで型安全にバイテンポラルデータを扱いたい! ReladomoラッパーをAIと実装してみた話
itohiro73
3
190
AIの個性を理解し、指揮する
shoota
3
620
マルチエージェントのチームビルディング_2025-10-25
shinoyamada
0
240
Data Engineering Guide 2025 #data_summit_findy by @Kazaneya_PR / 20251106
kazaneya
PRO
7
770
Open Table Format (OTF) が必要になった背景とその機能 (2025.10.28)
simosako
3
610
re:Invent 2025の見どころと便利アイテムをご紹介 / Highlights and Useful Items for re:Invent 2025
yuj1osm
0
640
今のコンピュータ、AI にも Web にも 向いていないので 作り直そう!!
piacerex
0
510
OpenCensusと歩んだ7年間
bgpat
0
320
データとAIで明らかになる、私たちの課題 ~Snowflake MCP,Salesforce MCPに触れて~ / Data and AI Insights
kaonavi
0
250
累計5000万DLサービスの裏側 – LINEマンガのKotlinで挑む大規模 Server-side ETLの最適化
ldf_tech
0
150
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
GraphQLとの向き合い方2022年版
quramy
49
14k
Music & Morning Musume
bryan
46
6.9k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
Bash Introduction
62gerente
615
210k
Faster Mobile Websites
deanohume
310
31k
Automating Front-end Workflow
addyosmani
1371
200k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
The Language of Interfaces
destraynor
162
25k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.2k
A Modern Web Designer's Workflow
chriscoyier
697
190k
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?