In this video, I show you how to containerize a PHP application using the httpd:2.4-alpine image as the base. You will learn how to add PHP-FPM to the image. We can run Apache and PHP-FPM services at the same time using supervisor that is installed in the Dockerfile.