#My PHP development environment My local PHP development environment running on the top of xubuntu 14.04 LTS with docker & docker-compose .
using nginx with simple conf file
using MySQL
using PHP fpm
You can add module by simply adding the following line to php/Dockerfile
RUN docker-php-ext-install module_that_you_want_to_install
using phpMyAdmin