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

Docker & PHP Talk - Otieno Julie

Docker & PHP Talk - Otieno Julie

#PHPUserGroupKenya Presentation on Docker and PHP

Otienoh

July 31, 2016
Tweet

More Decks by Otienoh

Other Decks in Programming

Transcript

  1. ABOUT ME? I currently develop full-time for Arifu, freelance occasionally

    at Arcturus & write idiotic articles for my blog otienojulie.com “Otieno Julie”
  2. WHAT IS DOCKER? “Docker provides an open platform of software

    containers making building, shipping and running our business applications an easy task” – Otieno Julie
  3. WHAT IS DOCKER? Packaging your entire app Tech-Stack in a

    “Sandbox” that contains everything it needs to run or execute in any environment.
  4. CONTAINER VS VM? VM - Isolation by abstraction of physical

    hardware. Container - Isolation by abstraction of user space.
  5. RESOURCES FOR U? Docker Installation TLDR guide here Check out

    all the commands used in the demo here Articles on DevOps, Cloud Hosting & Deployment, CD/CI & programming can be found here Look into Docker Compose & Docker Swarm