Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 438 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 438 Bytes

Simple PHP containers

NOT INCLUDED WEBSERVER (use f.ex nginx from example folder) Use this image as php service - link it into your container and use port 9000

installed extensions:

  • iconv
  • gettext
  • intl
  • xml
  • soap
  • opcache
  • pdo
  • pdo_mysql
  • mysqli
  • pdo_pgsql
  • curl
  • zip
  • gd
  • pgsql
  • mcrypt
  • xdebug
  • mongodb
  • composer

build

docker build . -t __Name__

example usage with nginx in example folder