together, which are built on top of some Linux kernel features. It’s providing an additional layer of abstraction and automation of operating system–level virtualization on Linux.
• Platform to build distributed app and link them together • Build application container which run everywhere • Faster than normal VM and more convenient
machine images for multiple platforms from a single source configuration • Packer can help you build Docker containers * • Allow to transition and experiment with docker container • Glue between Configuration management and Docker *not on MacOS / Win
do |d| end end To get a VM ready to use! vagrant up && vagrant ssh wget https://dl.bintray.com/mitchellh/packer/ packer_0.7.1_linux_amd64.zip ! unzip packer_0.7.1_linux_amd64.zip -d ~/packer export PATH=$PATH:~/packer/
Digital Ocean, • Real Projects using it : New Relics, Circle Ci, .. • Exciting projects: Panamax, Fig, ClusterHq • Loads of Millions $$$ • Production ready (ish)!!
do Continuous Delivery • Move to an archicteture using Microservices / SOA • Access to great tools to build cluster & distributed system : Mesos / CoreOS / Mesosphere • Isolation and Sandboxing • Great to limit CPU / IO / Memory resources (DOS, QOS, PAAS)