Skip to content

jeffwecan/php-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP Docker Images

These images extend the offical php-fpm images with PHP extensions in use on the WP Engine Platform. They are based on Alpine Linux.

Updates & Prebuilt Images

These images are configured as Automated builds on Docker Hub. New automated builds are triggered by updates to the official PHP repo.

Running

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

Building

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 .

About

PHP docker base images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 100.0%