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
Search
Yun Chen
November 24, 2014
Technology
2
210
Docker
My First experience in docker
Yun Chen
November 24, 2014
Tweet
Share
More Decks by Yun Chen
See All by Yun Chen
How we build microservices with Kubernetes & Kafka
chenyunchen
3
400
Redis Lua Script With Red Envelope & Message Queue
chenyunchen
0
620
Kubernetes Library with client-go
chenyunchen
0
470
[Graduate Project] Drupal Upgrade & Docker Deploy
chenyunchen
0
160
WECO Porject
chenyunchen
0
97
From Python Import Fun
chenyunchen
0
420
NISRA fun with burp suite
chenyunchen
1
230
Vim
chenyunchen
0
210
Fun with programming
chenyunchen
0
170
Other Decks in Technology
See All in Technology
PyCon JP 2025 DAY1 「Hello, satellite data! ~Pythonではじめる衛星データ解析~」
ra0kley
0
730
Goのビルドシステムの変遷 / The history of Go's build system
ymotongpoo
12
3.4k
生成AIを活用したZennの取り組み事例
ryosukeigarashi
0
170
What is BigQuery?
aizack_harks
0
120
DEFCON CHV CTF 2025 Write-up
bata_24
0
190
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
20k
Go Conference 2025: GoのinterfaceとGenericsの内部構造と進化 / Go type system internals
ryokotmng
3
530
入門 FormObject / An Introduction to FormObject #kaigionrails
expajp
2
1.4k
Geospatialの世界最前線を探る [2025年版]
dayjournal
2
430
避けられないI/O待ちに対処する: Rails アプリにおけるSSEとasync gemの活用 / Tackling Inevitable I/O Latency in Rails Apps with SSE and the async gem
moznion
2
1.8k
LLMアプリケーション開発におけるセキュリティリスクと対策 / LLM Application Security
flatt_security
7
1.5k
C# 14 / .NET 10 の新機能 (RC 1 時点)
nenonaninu
1
1.2k
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Typedesign – Prime Four
hannesfritz
42
2.8k
Unsuck your backbone
ammeep
671
58k
The Straight Up "How To Draw Better" Workshop
denniskardys
237
140k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
880
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
BBQ
matthewcrist
89
9.8k
Designing for humans not robots
tammielis
254
25k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.6k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Building Adaptive Systems
keathley
43
2.8k
Transcript
Yun_NISRA-I My First experience in docker
None
None
seconds minutes GB MB
LINUX • Linux Startup Process • Boot Loader • Kernel
• Init Process • Different Distribution • Package Manager • Init
LINUX • Linux Startup Process • Boot Loader • Kernel
• Init Process • Different Distribution • Package Manager • Init How New Virtual Machine Run
LINUX • Linux Startup Process • Boot Loader • Kernel
• Init Process • Different Distribution • Package Manager • Init How Docker Run
None
SAME KERNEL & MORE INIT Windows↓ ←Linux Find pid in
Manager
Root Namespace pid1 Init
pid1 (pid2) Root Namespace pid1 Init
pid1 (pid2) pid1 (pid3) Root Namespace pid1 Init
pid1 (pid2) pid1 (pid3) pid1 (pid4) Root Namespace pid1 Init
Read & Write ↓ Read Only→
None
DOCKER & LXC • Docker base on LXC • Use
less space on Docker (AUFS) • Just Text File(DockerFile) help you create Image • More Easily User Interface to use
None
MORE SAFE THAN VM?
None
NO BESIDES,DOCKER HUB HAVE PROBLEM TOO Pull someone Image… Are
you really trust?
DEMO • C3H3 : http://dockerhack2014.opennote.info Fun with IPython
Q & A