Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Docker @ MURAL

Docker @ MURAL

Docker Meetup @ Medallia

Matias De Carli

November 26, 2015
Tweet

More Decks by Matias De Carli

Other Decks in Technology

Transcript

  1. • +700.000 registered users • 15k/20k monthly users • +100

    countries Product • Node.js app, multiple Clients • MongoDB • Microsoft Azure • Lots of sockets Tech
  2. BENEFITS • Simplifying Configuration • put your environment and configuration

    into code and deploy it • consistency • Docker provides a consistent environment for the application from dev through production • Developer Productivity • building a custom box pre-provisioned with everything
  3. BENEFITS • App Isolation • different versions, different dependencies •

    Server Consolidation • consolidating multiple servers to save on cost • microservices oriented • easily create and destroy services