With the popularization of microservices and distributed systems, containers became a popular choice for creating lightweight and disposable environments that can be easily replicated and distributed. Docker Compose was created to facilitate managing Docker environments that require multiple service containers, such as the typical LEMP stack. This talk will demonstrate how to create a PHP development environment with Docker Compose, using a Laravel 6 application as case study. We'll see how to define and integrate services, how to share files between containers, and how to manage your environment with Docker Compose commands.
Name : Erika Heidi
Bio : Erika Heidi is a software engineer and devOps turned writer, passionate about producing and presenting technical content for a variety of audiences. As a long-term Linux adopter and open source enthusiast, Erika is focused on lowering the barrier of entrance to the technologies empowering modern web application ecosystems today. Erika works as technical writer at the DigitalOcean Community.
Designation : DevOps Technical Writer
Company : Digital Ocean
#PHP#Docker#DockerCompose#