The PHP-FPM base image for Laradock, the runtime that serves your PHP application.
This repository builds and publishes the PHP-FPM base image used by Laradock. It exists on its own so the image can be prebuilt and shipped to Docker Hub, which keeps Laradock builds fast on your machine instead of compiling PHP and its extensions locally every time.
PHP-FPM is the PHP runtime that serves your application behind a web server such as Nginx, Apache, or Caddy. This image ships a clean, configurable PHP-FPM process with the extensions a typical PHP app needs, and lets you switch PHP versions in one place so each project runs on exactly the runtime it expects. Together with the Workspace image it forms the core of a Laradock stack, with nothing installed on your host.
Images are built and published automatically to Docker Hub for each supported PHP version.
You normally use this image through Laradock rather than directly, but you can pull it on its own:
docker pull laradock/php-fpm:latest-8.4MIT © Mahmoud Zalt
