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

Tour De Docker - Meteorhacks Show 2015 May

Tour De Docker - Meteorhacks Show 2015 May

arunoda

May 06, 2015
Tweet

More Decks by arunoda

Other Decks in Programming

Transcript

  1. Docker as the Answer process isolation docker run -d —p

    80:80 myapp1 docker run -d —p 8080:80 myapp2
  2. Docker as the Answer automation tools * Docker itself *

    Existing automation tools * Many more new tools
  3. Deployment * Docker Compose + Docker Machine * Ansible Docker

    * NewRelic’s centurion
 
 (I will talk about more)