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

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

Embed Size (px)

Citation preview

24-01-2011

Rocket vs DockerBattle for the Linux container

Andrei Petcu

2

Just “vagrant up”

3

Containers = fast, dense apps

4

$docker pull nginx$docker run nginx

Docker - reusability

5

$docker build -t my_container .

Docker – customizable

FROM dockerfile/nginx

RUN apt-get install -y ffmpeg

EXPOSE 80

ENTRYPOINT ["/sbin/my_init"]

6

Docker - immutability

7

Rocket - composability

8

Rocket – App Container Spec

9

Rocket – security

10

Not a competition!

11

Thank you!

13