andrei petcu: rocket vs docker: battle for the linux container at i t.a.k.e. unconference 2015

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

Upload: mozaic-works

Post on 06-Aug-2015

96 views

Category:

Software


0 download

TRANSCRIPT

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