Top Banner
24-01-2011 Rocket vs Docker Battle for the Linux container Andrei Petcu
13

Andrei Petcu: Rocket vs Docker: Battle for the Linux Container at I T.A.K.E. Unconference 2015

Aug 06, 2015

Download

Software

Mozaic Works
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Andrei Petcu: Rocket vs Docker: Battle for the Linux Container at I T.A.K.E. Unconference 2015

24-01-2011

Rocket vs DockerBattle for the Linux container

Andrei Petcu

Page 2: Andrei Petcu: Rocket vs Docker: Battle for the Linux Container at I T.A.K.E. Unconference 2015

2

Just “vagrant up”

Page 3: Andrei Petcu: Rocket vs Docker: Battle for the Linux Container at I T.A.K.E. Unconference 2015

3

Containers = fast, dense apps

Page 4: Andrei Petcu: Rocket vs Docker: Battle for the Linux Container at I T.A.K.E. Unconference 2015

4

$docker pull nginx$docker run nginx

Docker - reusability

Page 5: Andrei Petcu: Rocket vs Docker: Battle for the Linux Container at I T.A.K.E. Unconference 2015

5

$docker build -t my_container .

Docker – customizable

FROM dockerfile/nginx

RUN apt-get install -y ffmpeg

EXPOSE 80

ENTRYPOINT ["/sbin/my_init"]

Page 6: Andrei Petcu: Rocket vs Docker: Battle for the Linux Container at I T.A.K.E. Unconference 2015

6

Docker - immutability

Page 7: Andrei Petcu: Rocket vs Docker: Battle for the Linux Container at I T.A.K.E. Unconference 2015

7

Rocket - composability

Page 8: Andrei Petcu: Rocket vs Docker: Battle for the Linux Container at I T.A.K.E. Unconference 2015

8

Rocket – App Container Spec

Page 9: Andrei Petcu: Rocket vs Docker: Battle for the Linux Container at I T.A.K.E. Unconference 2015

9

Rocket – security

Page 10: Andrei Petcu: Rocket vs Docker: Battle for the Linux Container at I T.A.K.E. Unconference 2015

10

Not a competition!

Page 11: Andrei Petcu: Rocket vs Docker: Battle for the Linux Container at I T.A.K.E. Unconference 2015

11

Page 13: Andrei Petcu: Rocket vs Docker: Battle for the Linux Container at I T.A.K.E. Unconference 2015

Thank you!

13