際際滷

際際滷Share a Scribd company logo
docker
lightweight linux container
at Deview 2013

judekim ( baas.io developer - KT )
1
13 10 15
speaker
蟾谿 ( @modestjude )
http://judekim.tistory.com
* PHP/Java developer
* baas.io in KT
* KPNS ( Push Noti鍖cation )
Previously
* KTH

2
13 10 15
Index








about docker
why docker?
inside docker
demo
docker use cases
limitations
epilogue
3

13 10 15
about docker
 why docker?
 inside docker
 demo
 docker use cases
 limitations
 epilogue
13 10 15
docker [dk]
覿碁

13 10 15
docker [dk]
覿碁

13 10 15
 docker is an open-source engine that

automates the deployment of any
application as a lightweight, portable, selfsuf鍖cient container that will run virtually
anywhere.

6
13 10 15
 docker 蟇一 企 ろ 蟆暑

覃伎 portable螻, 蠍譟煙 貉企 
襦蠏碁 覦壱襯  ろ 讌
.

7
13 10 15
 docker 蟇一 企 ろ 蟆暑

覃伎 portable螻, 蠍譟煙 貉企 
襦蠏碁 覦壱襯  ろ 讌
.

??
at
wh
7

13 10 15
蠏碁 覯 企慨!

8
13 10 15
 git clone https://github.com/dotcloud/
docker.git

 vagrant up (http://www.vagrantup.com)
- Ubuntu64bit package box download
- boot using virtualbox
- docker install ( lxc-docker )

 vagrant ssh
9
13 10 15
run CentOS6.4 in Ubuntu
http://youtu.be/xL9e8YaugSY

10
13 10 15
hello world
http://youtu.be/w4jfLy633xM

11
13 10 15
docker
 dotCloud 企 襦碁  (2013.01)
 python -> go
 docker  れ 蠍一る 蟲
LinuX Containers
Control Groups & Namespaces
AUFS

12
13 10 15
 like git
vagrant@precise64:~$ sudo docker pull centos:6.4
Pulling repository centos
539c0211cd76: Downloading 61.8 MB/98.56 MB (63%)

~/workspace/usergrid-stack-origin:~$ git pull origin master
remote: Counting objects: 291, done.
remote: Compressing objects: 100% (121/121), done.
remote: Total 210 (delta 79), reused 170 (delta 42)
Receiving objects: 100% (210/210), 48.34 KiB, done.
Resolving deltas: 100% (79/79), completed with 38 local
objects.
From github.com:apigee/usergrid-stack

13
13 10 15
 like git

sudo docker pull centos:6.4

vagrant@precise64:~$
Pulling repository centos
539c0211cd76: Downloading

61.8 MB/98.56 MB (63%)

~/workspace/usergrid-stack-origin:~$ git pull origin master
remote: Counting objects: 291, done.
remote: Compressing objects: 100% (121/121), done.
remote: Total 210 (delta 79), reused 170 (delta 42)
Receiving objects: 100% (210/210), 48.34 KiB, done.
Resolving deltas: 100% (79/79), completed with 38 local
objects.
From github.com:apigee/usergrid-stack

13
13 10 15


sudo docker pull centos:6.4

like git

git pull origin master

vagrant@precise64:~$
Pulling repository centos
539c0211cd76: Downloading

61.8 MB/98.56 MB (63%)

~/workspace/usergrid-stack-origin:~$
remote: Counting objects: 291, done.
remote: Compressing objects: 100% (121/121), done.
remote: Total 210 (delta 79), reused 170 (delta 42)
Receiving objects: 100% (210/210), 48.34 KiB, done.
Resolving deltas: 100% (79/79), completed with 38 local
objects.
From github.com:apigee/usergrid-stack

13
13 10 15
 about docker

why docker

 inside docker
 demo
 docker use cases
 limitations
 epilogue
13 10 15
Evolution of IT

13 10 15
The challenge

13 10 15
NxM Matrix

13 10 15
NxM Matrix

ep
D

13 10 15 

de
en

yh
nc

l!!
el
觜訣 襦螳 蟾?

13 10 15
1960 伎 覓殊伎

13 10 15
襷谿螳讌襦 NxM Matrix

13 10 15
襷谿螳讌襦 NxM Matrix

oh
ls
A

13 10 15 

l!!
el
蠏碁 企至 願屋蟾?

13 10 15
覓 伎′ 願屋豈?

13 10 15
NxM 覓語螳 願屋!

13 10 15
container襦 襷れ伎 貊ろ

13 10 15
蠏碁る 磯Μ 願屋豈?

13 10 15
襴れ container螳
..

13 10 15
襴れ container螳
..
語雑 container..

13 10 15
襴れ container螳
..

13 10 15
docker 貊襯 
container 伎′ろ企

13 10 15
docker   蟆 襷.

13 10 15
docker   蟆 襷.

13 10 15
螳覦 蟯
  container (in)  蟆れ 伎...
 my code
 my libraries
 my package manager
 my app
 my data
13 10 15
build once and run
anywhere
( for developers )

13 10 15
ろ 伎 蟯
 container 覦 蟆れ 伎...
 logging
 remote access
 network con鍖guration
 monitoring

13 10 15
con鍖gure once run
anything
( by devops )

13 10 15
Linux containers



13 10 15 

run everywhere




貉る 覯螻 蟯螻
Host 覦壱螻 蟯螻

run anything




Host る container .
讀, 襴 貉る る 螳ロ.
docker 襷谿螳讌襦
(linux)contianer襯  NxM 覓語襯 願屋給.

13 10 15
 docker is an open-source engine that

automates the deployment of any
application as a lightweight, portable, selfsuf鍖cient
that will run virtually
anywhere.

13 10 15
 docker is an open-source engine that

automates the deployment of any
application as a lightweight, portable, selfsuf鍖cient container that will run virtually
anywhere.

13 10 15
 about docker
 why docker

inside docker

 demo
 docker use cases
 limitations
 epilogue
13 10 15
Linux containers 覓伎瑚?

 own process space
 own network interface
 can run stuff as root
 can have its own /sbin/init
(different from the host)

13 10 15
Linux containers 覓伎瑚?
蠏瑚 蟆暑 VM企.

 own process space
 own network interface
 can run stuff as root
 can have its own /sbin/init
(different from the host)

13 10 15
Linux containers 覓伎瑚?
蠏瑚 蟆暑 VM企.

 own process space
 own network interface
 can run stuff as root
 can have its own /sbin/init
(different from the host)

[Machine Container]

13 10 15
Linux containers 覓伎瑚?

 can also not have its own /sbin/init
 container = isolated process(es)
 share kernel with host
 no device emulation
(neither HVM nor PV)

13 10 15
Linux containers 覓伎瑚?
ろ 襷 chroot

 can also not have its own /sbin/init
 container = isolated process(es)
 share kernel with host
 no device emulation
(neither HVM nor PV)

13 10 15
Linux containers 覓伎瑚?
ろ 襷 chroot

 can also not have its own /sbin/init
 container = isolated process(es)
 share kernel with host
 no device emulation
(neither HVM nor PV)

[Application Container]

13 10 15
containers vs VMs ( Hypervisor Type2 )

 VM runs on(above) the host operating

system as a full 鍖edged OS and uses
isolated process spaces.
( virtualbox,VMware, Parallels Desktop ... )

 Docker runs with host operating system
as its share the host process spaces.

13 10 15
containers伎伎  伎
 speed : boots in seconds
 footprint : 100-1,000 containers on one machine.

13 10 15
containers vs VMs

13 10 15
docker 蟆暑 觜覯
誤 

13 10 15
docker container 蠍磯蓋 鍖ow
push

build

13 10 15 

search

pull
run
application  一危碁 螳

13 10 15
蠏碁 企至 docker螳
企蟆 蟾?

13 10 15
LinuX Container ( LXC )






 るジ 襴 ろ 襴 ろ 蟲
container 襴 覦る伎 process 蠏碁9
container  VM豌 覲伎
container 覦 process 豌 覲伎
ろ 襷 chroot

46
13 10 15
outside (host) > ps -ax

47
13 10 15
outside (host) > ps -ax

47
13 10 15
outside (host) > ps -ax

47
13 10 15
outside (host) > ps -ax

47
13 10 15
outside (host) > ps -ax

47
13 10 15
Isolation with namespaces
 pid ( processes )
 net ( network interfaces, routing ... )
 ipc ( System V IPC )
 mnt ( mount points, 鍖lesystems )
 uts ( hostname )
 user ( UIDs )
48
13 10 15
Isolation with cgroups
 memory
 cpu
 block I/O : not perfect
 devices

49
13 10 15
AUFS ( Advanced multi layered
Uni鍖cation FileSystem )



layered  ろ



rootfs(襭誤殊ろ)  伎   
朱,  伎 rw 襴襦 企.

豕 layer襷 所鍵 郁鍵螳 螳ロ layer襦 れ
 ( container )

50
13 10 15
more union 鍖le system
in docker

13 10 15
File system
- bootfs
- rootfs

52
13 10 15
bootfs
 bootloader
 kernel
 れ 蠍一 企    .

53
13 10 15
rootfs
 朱 襴襯 .
( /dev, /bin, /etc )

 蟆曙れ 覦 ろ 蠏碁Μ螻 殊企襴
れ rootfs .
( like bash, ls ... )

54
13 10 15
Layer
- 旧 linux 覿 
. rootfs襯 所鍵 朱 襷危
. rootfs 覓願屋 蟆
. rootfs襯 所鍵郁鍵 覈襦 覲蟆
- docker  れ rootfs襯 所鍵 
襦 襷危 .  所鍵郁鍵螳 螳ロ
伎企ゼ 豢螳. ( it's
)

55
13 10 15
Layer
- 旧 linux 覿 
. rootfs襯 所鍵 朱 襷危
. rootfs 覓願屋 蟆
. rootfs襯 所鍵郁鍵 覈襦 覲蟆
- docker  れ rootfs襯 所鍵 
襦 襷危 .  所鍵郁鍵螳 螳ロ
伎企ゼ 豢螳. ( it's container )

55
13 10 15
Image
- 所鍵  伎 image襦 覿襴
- image 襯 螳讌  
- 覿覈 image螳  image襯 base
image手  ( e.g. Debian )

56
13 10 15
Container
- 所鍵郁鍵螳 螳ロ 伎
- 豕 伎
- 襯 螳讌  
- container襯 docker commit 覈轟
襯 牛 企語襦 襷れ 朱 襷
企語襯 れ parent image襦  
. 讀   .

57
13 10 15
Look down

58
13 10 15
Union 鍖le system


朱朱 襴れ 襴   殊
襷 襷危誤蟆 覿覿.



襷 狩 襴  伎  ろ 襷危誤
覃  襷讌襷 襷危誤  ろ 伎襷 覲伎 伎
襷危誤  ろ 伎 蠏殊 覿螳.



覲(union)襷危碁  襴  殊ろ
襷危    ろ 伎 豎讌 蟆 覩.



譴 襷危誤 殊 一 . 襷 writable mount螳 
る 襷危 殊 讌, 蠏 覲企 讌.

59
13 10 15
Demo union 鍖le system
in docker
http://youtu.be/uHLs5ljV20U

60
13 10 15
http://youtu.be/uHLs5ljV20U

60
13 10 15
譬 ubuntu image
/tmp/test2殊 豢螳蟆
container rootfs
語 ,
rw  語 讌 給.

61
13 10 15
rootfs image襯 覈 螳讌螻 螻,
蠏  覲 螳蟾讌 螳讌螻 朱,
rw image觜 覲螳(誤)襷
螳讌螻 蠍 覓語.

62
13 10 15
企 image 譟伎
/tmp/test2企 蟲褐 rw
覲朱 碁讌  蟆伎.

63
13 10 15
襷 container rootfs
襴 殊 燕る
rw襴 蠍磯蟾?

64
13 10 15
docker襯 牛讌 螻,
讌 一危磯ゼ  碁
螻殊 蟾?

65
13 10 15
 蠍磯.
docker螳 蟆 
union 鍖le 鍖lesystem
螻 蠍磯レ  蟆企蟾.

66
13 10 15
docker 讌
殊ろ 襷危
襭一襷  覦 蟯襴螻,
讌  碁る AUFS螳 .

67
13 10 15
Ef鍖ciency

68
13 10 15
Ef鍖ciency
almost no overhead

68
13 10 15
Ef鍖ciency
almost no overhead
觧レ~

68
13 10 15



襦語るれ 螻襴暑 讌襷, host 讌 ろ.
CPU performance



memory performance



native performance ( 蟇一 谿  )

a few % shaved off for (optional) accounting

network performance

-

(small) るる 覦. ( docker project  ロ
 豢覿 1:1 螳蟾 譴朱 豕 螳ロる手  )

69
13 10 15
docker benchmark
items

method

host

CPU

sysbench

1

disk

sysbench
seq
sysbench
rnd
dd

1 (r)
1 (w)
1 (r)
1 (w)
1

network

iperf

1

memory

13 10 15 

docker
docker benchmark
items

method

host

docker

CPU

sysbench

1

0.9931

disk

sysbench
seq
sysbench
rnd
dd

1 (r)
1 (w)
1 (r)
1 (w)
1

0.9999
0.9759
1.0056
0.9807
0.9716

network

iperf

1

memory

13 10 15
docker benchmark
items

method

host

docker

CPU

sysbench

1

0.9931

disk

sysbench
seq
sysbench
rnd
dd

1 (r)
1 (w)
1 (r)
1 (w)
1

0.9999
0.9759
1.0056
0.9807
0.9716

network

iperf

1

0.7889

memory

13 10 15
 about docker
 why docker
 inside docker

demo

 docker use cases
 limitations
 epilogue
13 10 15
hipache +
nginx with php5
https://github.com/dotcloud/hipache

72
13 10 15
襴

73
13 10 15
1. php + nginx襦 蟲
web application 覯れ
hipache襯 牛 襦覦碁一 蟲
2. web application  覦 deploy

74
13 10 15
80
80
hipache

8001

8002

80
web 1

80
web 2

75
13 10 15
80
80
hipache

8001

8002

8003

80
web 1

80
web 2

80
web 3
v.0.3

copy & modify

75
13 10 15
80
80
hipache

8001

8002

8003

80
web 1

80
web 2

80
web 3
v.0.3

copy & modify

75
13 10 15
襦覦碁一 => hipache 
 git clone https://github.com/dotcloud/
hipache.git

 sudo docker build -t dotcloud/hipache .

76
13 10 15
nginx + php5
 git clone https://github.com/darron/dockernginx-php5.git

 螳 Docker鍖le .


RUN echo "<?php echo sprintf( "Hello world2 (%s)", $_SERVER['SERVER_ADDR']); ?>" > /var/
www/index.php

 sudo docker build -t judekim/nginx-php5 .
77
13 10 15
demo
http://youtu.be/xC-2b7iGBno

78
13 10 15
 about docker
 why docker
 inside docker
 demo

docker use cases

 limitations
 epilogue
13 10 15










testing
build your own PaaS
web based environment for instruction
easy application deployment
create secure sandboxes
create your own SaaS
automated application deployment
continuous integration and deployment : travis
lightweight desktop virtualization

80
13 10 15
Testing

81
13 10 15
 ろ
  蟆所骸 ろ碁ゼ 覿襴蠍  貉
企襯 

 ろ誤 data煙 襴 蠍  伎
蟆曙一  

 れ 襾語 蟇語 ろ碁 覓語 

82
13 10 15
ろ ろ
 所 ろ語 るジ ろ 蟆曙れ 襷
 

 ろ語覯螳 蠍郁碓 蟲豢 伎 
 蟇煙  

  : Test Fabric script

(http://agiliq.com/blog/2013/06/self-testing-fab鍖le-using-docker/)

83
13 10 15
Continuous integration




螳覲  貉る 伎  ろ碁ゼ   
StriderCD.com - Open source CI server



deploy docker 貉企襯 牛 CI test襯


TravisCI docker襯 螻 

84
13 10 15
Continuous integration




螳覲  貉る 伎  ろ碁ゼ   
StriderCD.com - Open source CI server



deploy docker 貉企襯 牛 CI test襯


TravisCI docker襯 螻 

84
13 10 15
Deployment

85
13 10 15
86
13 10 15
螳覦

86
13 10 15
螳覦

ろ

86
13 10 15
螳覦

git
repository

ろ

86
13 10 15
螳覦

git
repository

ろ

86
13 10 15 

CI
jenkins
螳覦

git
repository

ろ

develop
server

86
13 10 15 

CI
jenkins
螳覦

git
repository

ろ

develop
server

86
13 10 15 

CI
jenkins
螳覦

git
repository

ろ

develop
server

86
13 10 15 

CI
jenkins
螳覦

git
repository

ろ

develop
server

86
13 10 15 

CI
jenkins
螳覦

git
repository

ろ

develop
server

86
13 10 15 

CI
jenkins
螳覦

git
repository

ろ

develop
server

86
13 10 15 

CI
jenkins
螳覦

git
repository

ろ

develop
server

86
13 10 15 

CI
jenkins

stage
server
螳覦

git
repository

ろ

develop
server

86
13 10 15 

CI
jenkins

stage
server
螳覦

git
repository

ろ

develop
server

86
13 10 15 

CI
jenkins

stage
server
螳覦

git
repository

ろ

develop
server

86
13 10 15 

CI
jenkins

stage
server
螳覦

git
repository

ろ

develop
server

86
13 10 15 

CI
jenkins

stage
server
螳覦

git
repository

ろ

develop
server

86
13 10 15 

CI
jenkins

stage
server
螳覦

git
repository

ろ

develop
server

86
13 10 15 

CI
jenkins

stage
server

production
server
87
13 10 15
螳覦

87
13 10 15
螳覦

git
repository

ろ

87
13 10 15
螳覦

git
repository

ろ

87
13 10 15 

hook

git clone
and
docker build
螳覦

git
repository

ろ

docker
private
registry

87
13 10 15 

hook

test
pass

git clone
and
docker build

CI
( test
container )
螳覦

git
repository

ろ

docker
private
registry

docker pull
develop
server

87
13 10 15 

hook

test
pass

git clone
and
docker build

CI
( test
container )
螳覦

git
repository

ろ

docker
private
registry

docker pull
develop
server

stage
server

87
13 10 15 

hook

test
pass

git clone
and
docker build

CI
( test
container )
螳覦

git
repository

ろ

docker
private
registry

hook

test
pass

git clone
and
docker build

CI
( test
container )

docker pull
develop
server

stage
server

87
13 10 15 

production
server
螳覦

git
repository

ろ

docker
private
registry

hook

test
pass

git clone
and
docker build

CI
( test
container )

docker pull
develop
server

stage
server

87
13 10 15 

production
server
蟆曙れ docker container 蠍
覓語 企 狩蟆 .

88
13 10 15
old way

codes

89
13 10 15
codes

89
13 10 15
new way with docker

codes

+

environment

Its container of docker

90
13 10 15
vagrant = docker

91
13 10 15
vagrant = docker
Vagrant鍖le = Docker鍖le

91
13 10 15
vagrant = docker
Vagrant鍖le = Docker鍖le
vm vs container

91
13 10 15
docker at baas.io

13 10 15
pasta
( for custom code )

93
13 10 15
customized node.js

94
13 10 15
needs
- process isolation
- memory, cpu resource limitation

95
13 10 15
docker on cloud
( ucloud )

96
13 10 15
 about docker
 why docker
 inside docker
 demo
 docker use cases

limitations

 epilogue
13 10 15
kernel dependency
in 0.6 architecture
( e.g. LXC )
98
13 10 15
= only ubuntu 12.04
higher (now)

99
13 10 15
new architecture is
coming...
( pluggable API )
100
13 10 15
蠏碁殊 覿蟲螻

101
13 10 15
蠏碁殊 覿蟲螻
豢覿 碁.

101
13 10 15
 about docker
 why docker
 inside docker
 demo
 docker use cases
 limitations

epilogue

13 10 15
docker 襦襷
 2013-08-08 - 襦 ろ豎 螻 覦
 2013-08 mid - 0.6 襴企Μ讀
 2013-10 - 0.8 襴企Μ讀 ( 襦 ろ豎 )
 2013-10 ~ 11 0.8 certi鍖ed on RHEL,

CentOS
(http://blog.docker.io/2013/09/red-hat-anddocker-collaborate/)

13 10 15
 docker is an open-source engine that

automates the deployment of any
application as a lightweight, portable, selfsuf鍖cient container that will run virtually
anywhere*.

13 10 15
docker 襦 ろ豎

鍖nally anywhere!!

13 10 15
docker v1.0





13 10 15 

Stabilizing




Shrink and stabilize Core
Provide stable, pluggable API

Expanding runtime environments







OpenStack : announced
Docker as various 鍖avors of VM ( AMI, vdf, etc )
Increase compatible kernel set
Increase compatible Union FS set
IaaS compatibility

Dev/devops tools integrations




Chef, Puppet,Vagrant, Github, Travis, Buildbot
Various 鍖avors of PaaS & IDE
similar to docker
( lem-kut-fee )

https://github.com/google/lmctfy
since 2013.10.02

13 10 15
螳.
- judekim i.judekim@gmail.com

13 10 15
references







13 10 15 

http://docker.io

http://aufs.sourceforge.net/

http://blog.docker.io
http://blog.dotcloud.com/
http://lxc.sourceforge.net/
http://en.wikipedia.org/wiki/Operating_systemlevel_virtualization
https://github.com/erikh/docker-bench
why docker
 docker 蟆曙 linux container 譯殊 蠍磯

 覈覈 ク襴 覦 螻旧襯 щ訖伎 
螳?
讌 linux container襯 伎 蟲企 
讌 蟾?

13 10 15
containers before docker

13 10 15
containers after docker

13 10 15
VM vs containers
 襦  覲伎 蟯螻
 VM  襴れ chunk襯 麹
 螳 .

 container 語  襦 襷れ

螳覲螻 覯渚蟆 襦語 譴 
.

13 10 15

More Related Content

What's hot (20)

PDF
Introduction to Docker - LOGISPOT
LOGISPOT
PDF
貉 覓伎 磯狩蠍: 貉り 豌 60覿企 覯襯 襴 給!
pyrasis
PDF
豐襯 貉 螳 覦 覓
Daniel Seo
PPTX
Introduce Docker
Yongbok Kim
PDF
Docker (Compose) - 螳覦 蟆 蟲燕蠍
raccoony
PDF
Introduction to Docker - LOGISPOT
Hosang Jeon
PDF
XECon2015 :: [1-5] 蟾覩 - 覯 伎螳 蠎 Docker
XpressEngine
PDF
[Nomad connection]docker seminar 15.10.08
Nomad Connection, Inc.
PDF
Open stack vm螳 牛 docker
Tae Young Lee
PDF
貉るゼ 伎 伎 覈 覦壱蠍
JunSeok Seo
PDF
Truly understanding container
PDF
Enterprise Docker
Lee Ji Eun
PDF
豐覲企ゼ 貉 覯
GeunCheolYeom
PDF
Docker introduction
Daegwon Kim
PDF
RancherOS Introduction
Remotty
PPTX
Introduce Google Kubernetes
Yongbok Kim
PPTX
Docker =≡過 =
Juneyoung Oh
PDF
Docker at Deview 2013
Jude Kim
PPTX
Docker 襦 Linux Linux 蟆曙 螳覦蠍
iFunFactory Inc.
PDF
AWS + Docker in Vingle
D C
Introduction to Docker - LOGISPOT
LOGISPOT
貉 覓伎 磯狩蠍: 貉り 豌 60覿企 覯襯 襴 給!
pyrasis
豐襯 貉 螳 覦 覓
Daniel Seo
Introduce Docker
Yongbok Kim
Docker (Compose) - 螳覦 蟆 蟲燕蠍
raccoony
Introduction to Docker - LOGISPOT
Hosang Jeon
XECon2015 :: [1-5] 蟾覩 - 覯 伎螳 蠎 Docker
XpressEngine
[Nomad connection]docker seminar 15.10.08
Nomad Connection, Inc.
Open stack vm螳 牛 docker
Tae Young Lee
貉るゼ 伎 伎 覈 覦壱蠍
JunSeok Seo
Truly understanding container
Enterprise Docker
Lee Ji Eun
豐覲企ゼ 貉 覯
GeunCheolYeom
Docker introduction
Daegwon Kim
RancherOS Introduction
Remotty
Introduce Google Kubernetes
Yongbok Kim
Docker =≡過 =
Juneyoung Oh
Docker at Deview 2013
Jude Kim
Docker 襦 Linux Linux 蟆曙 螳覦蠍
iFunFactory Inc.
AWS + Docker in Vingle
D C

Similar to Docker at Deview 2013 (20)

PDF
[17.01.19] docker introduction (Korean Version)
Ildoo Kim
PPTX
[slideshare]k8s.pptx
ssuserb8551e
PDF
[ろれ雑ろ]Docker on Kubernetes v1
Ji-Woong Choi
PDF
[1A6]Docker 梶 メ п釈 求
NAVER D2
PDF
Docker Container
Seung-Hoon Baek
PDF
[ろれ雑ろ]Docker on Cloud(Digital Ocean)
Ji-Woong Choi
PDF
[ろれ雑ろ]貎覯ろ一るゼ 螳覦蟆 蟲豢
Ji-Woong Choi
PPTX
Docker & Kubernetes 蠍一 - 豕
PDF
[ろれ雑ろ]Docker蠍一 れ 蟲 20181113_v3
Ji-Woong Choi
PPTX
[TeamStudy-022] Docker
Wonjun Hwang
PPT
Backend Master | 3.4.5 Deploy - Docker Principal
Kyunghun Jeon
PPTX
Docker osc 0508
Open Source Consulting
PDF
Bon voyage Docker_Kubernetes
ssuseraada82
PDF
Oracle linux8 solaris_new_features-suk kim
suk kim
PPTX
01.WEB SYSTEM BASED ON DOCKER
Opennaru, inc.
PDF
Docker 蠍磯蓋 覦 Docker Swarm 覿 覯 蟯襴 A覿 Z蟾讌 [豌企 覺譯殊語]
David Lee
PDF
Kubernetes in action
Bingu Shim
PDF
貉れ 貉企 襷り鍵 1ク
Sam Kim
PDF
[a≡釈 : 螻] 求п メ =釈 - AWS Docker 豌危蠍
Sumin Byeon
PDF
Windows Kubernetes Bootstrapping and Operations
Jung Hyun Nam
[17.01.19] docker introduction (Korean Version)
Ildoo Kim
[slideshare]k8s.pptx
ssuserb8551e
[ろれ雑ろ]Docker on Kubernetes v1
Ji-Woong Choi
[1A6]Docker 梶 メ п釈 求
NAVER D2
Docker Container
Seung-Hoon Baek
[ろれ雑ろ]Docker on Cloud(Digital Ocean)
Ji-Woong Choi
[ろれ雑ろ]貎覯ろ一るゼ 螳覦蟆 蟲豢
Ji-Woong Choi
Docker & Kubernetes 蠍一 - 豕
[ろれ雑ろ]Docker蠍一 れ 蟲 20181113_v3
Ji-Woong Choi
[TeamStudy-022] Docker
Wonjun Hwang
Backend Master | 3.4.5 Deploy - Docker Principal
Kyunghun Jeon
Docker osc 0508
Open Source Consulting
Bon voyage Docker_Kubernetes
ssuseraada82
Oracle linux8 solaris_new_features-suk kim
suk kim
01.WEB SYSTEM BASED ON DOCKER
Opennaru, inc.
Docker 蠍磯蓋 覦 Docker Swarm 覿 覯 蟯襴 A覿 Z蟾讌 [豌企 覺譯殊語]
David Lee
Kubernetes in action
Bingu Shim
貉れ 貉企 襷り鍵 1ク
Sam Kim
[a≡釈 : 螻] 求п メ =釈 - AWS Docker 豌危蠍
Sumin Byeon
Windows Kubernetes Bootstrapping and Operations
Jung Hyun Nam
Ad

Docker at Deview 2013