Build replicable environments @ Docker Paris

Post on 22-Jun-2015

939 views 0 download

Tags:

description

Feedback talk about our experience @mention (https://mention.com) with Docker to build and deploy replicable environments

transcript

Build replicable environments

@arnaud_breton Full-stack developer

Easily monitor the (social) web with mention

Context ● Fast growing team

● Structure development workflow

● Half a day to set up a new environment

OR ?

AND !

One container to rule them all? full-stack container vs one container per

stack

Data containers (Docker’s volumes)

docker run -d -v /var/lib/mysql -name db_data tianon/true

docker run -d --volumes-from db_data mention/awesome-app

Where are we?● Multiple running containers (CI, local, staging)

● One hour to deploy (80% improvement!)

● Yet even more room to improve

● Still at an early stage

http://bit.ly/mention-docker