These images extend the offical php-fpm images with PHP extensions in use on the WP Engine Platform. They are based on Alpine Linux.
These images are configured as Automated builds on Docker Hub. New automated builds are triggered by updates to the official PHP repo.
By default, this will run php-fpm and listen for FastCGI connections on port 9000.
docker run -d -p 9000:9000 wpengine/php:7.0
docker build -t wpengine/php:7.1 -f Dockerfile.php7.1 .
docker build -t wpengine/php:7.0 -f Dockerfile.php7.0 .
docker build -t wpengine/php:5.6 -f Dockerfile.php5.6 .