Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 447 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 447 Bytes

Docker PHP7 for Wordpress

Example of Docker image based on official php-fpm for running Wordpress on PHP7. This image does not include Wordpress itself.

Libs in Alpine variant (~100 MB):

  • mysqli
  • phpredis
  • opcache
  • mcrypt
  • zip
  • gd
  • iconv

Libs in full variant (~800 MB):

  • mysqli
  • imagick
  • phpredis
  • xfonts
  • opcache
  • mcrypt
  • zip
  • gd
  • iconv