Skip to content

isaachbn/docker-nginx-php7fpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP7 (FPM) + Nginx

Build our PHP7 + Nginx container (It was created for testing our apps)

How to use this image

It must map the application folder to make it work

$ docker run --name php7_testing -v /my/own/app:/www -d dafitidev/nginx-php7fpm

PHP7 [Modules]

bcmath, bz2, calendar, Core, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, intl, json, libxml, mbstring, mcrypt, mysqli, openssl, pcntl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, pspell, recode, Reflection, session, SimpleXML, soap, SPL, sqlite3, standard, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xml, xmlreader, xmlwriter, zip, zlib

More Modules

If you need more modules like Memcached and AMQP, we did the dirty work for you, but is experimental (we do not guarantee it will work correctly). Please use the tags bellow:

About

PHP7 with FPM and Nginx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages