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

Post on 06-Aug-2015

97 Views

Category:

Software

0 Downloads

Preview:

Click to see full reader

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

?

12

andrei.petcu@cegeka.com

andrei@ceata.org

Thank you!

13

top related