The PHP podcast where everyone has a seat.

48: Docker & PHP
Panelists:
Phillip Shipley
Phillip Shipley
Chris Tankersley
Chris Tankersley
June 23 2016

The demand for DevOps skills is growing more and more in modern web development. But all the hype and demand is met with myriad DevOps tools. Staying abreast of how these tools can help make our jobs easier can be daunting. So today we take a closer look

What is docker?

  • A deployment strategy
  • We use it in a similar way to something like vagrant
  • It allows us to deploy our code into a pre-built environment
  • Reduces the 'works on my machin