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
67
Introduction to Docker
mahata
April 15, 2016
Tweet
Share
More Decks by mahata
See All by mahata
北米のソフトウェア開発
mahata
3
550
Developer Tools
mahata
0
110
本番環境と開発環境で使える コンテナイメージ運用 / Kubernetes Meetup Tokyo #2
mahata
2
4.3k
Other Decks in Technology
See All in Technology
[JAWSDAYS2026][D8]その起票、愛が足りてますか?AWSサポートを味方につける、技術的「ラブレター」の書き方
hirosys_
3
160
[E2]CCoEはAI指揮官へ。Bedrock×MCPで構築するコスト・セキュリティ自律運用基盤
taku1418
0
130
SRE NEXT 2026 CfP レビュアーが語る聞きたくなるプロポーザルとは?
yutakawasaki0911
1
260
クラウド × シリコンの Mashup - AWS チップ開発で広がる AI 基盤の選択肢
htokoyo
2
230
Datadog の RBAC のすべて
nulabinc
PRO
3
460
白金鉱業Meetup_Vol.22_Orbital Senseを支える衛星画像のマルチモーダルエンベディングと地理空間のあいまい検索技術
brainpadpr
2
290
わたしがセキュアにAWSを使えるわけないじゃん、ムリムリ!(※ムリじゃなかった!?)
cmusudakeisuke
1
680
AI時代のSaaSとETL
shoe116
1
120
製造業ドメインにおける LLMプロダクト構築: 複雑な文脈へのアプローチ
caddi_eng
1
560
Claude Code Skills 勉強会 (DevelersIO向けに調整済み) / claude code skills for devio
masahirokawahara
1
18k
DevOpsエージェントで実現する!! AWS Well-Architected(W-A) を実現するシステム設計 / 20260307 Masaki Okuda
shift_evolve
PRO
3
650
Go標準パッケージのI/O処理をながめる
matumoto
0
160
Featured
See All Featured
Discover your Explorer Soul
emna__ayadi
2
1.1k
Mobile First: as difficult as doing things right
swwweet
225
10k
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
270
Building AI with AI
inesmontani
PRO
1
790
Exploring anti-patterns in Rails
aemeredith
2
290
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
350
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
82
Typedesign – Prime Four
hannesfritz
42
3k
Navigating Weather and Climate Data
rabernat
0
140
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
79
エンジニアに許された特別な時間の終わり
watany
106
240k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.6k
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?