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

Docker: The Rise of Containers

Docker: The Rise of Containers

Avatar for Paulo Pires

Paulo Pires

October 04, 2015
Tweet

More Decks by Paulo Pires

Other Decks in Programming

Transcript

  1. Apache PHP MySQL MongoDB Node.js Ruby $ install $ install

    $ install $ install $ install $ install
  2. Apache PHP MySQL MongoDB Node.js Ruby $configure $configure $configure $configure

    $configure $configure Apache PHP MySQL MongoDB Node.js Ruby $configure $configure $configure $configure $configure $configure Agora imagine isso para cada DEV
  3. Apache PHP MySQL MongoDB Node.js Ruby $configure $configure $configure $configure

    $configure $configure ➜ docker run * Apache PHP MySQL MongoDB Node.js Ruby $configure $configure $configure $configure $configure $configure ➜ docker run * Apache PHP MySQL MongoDB Node.js Ruby $configure $configure $configure $configure $configure $configure ➜ docker run *
  4. RUN ./installXYZ.sh ➜ docker build -t myAwesomeImage . Dockerfile RUN

    ./installABC.sh RUN rm -rf node_modules ➜ docker run myAwesomeImage