This is a docker image that eases setup PHP 5.5.x environment; especially optimized for CakePHP2.
- Ubuntu
- PHP 5.5.x
- PHP extensions: gd, exif, mcrypt and pdo_mysql.
This docker image is available as an automated build on the docker registry hub, so using it is as simple as running:
$ docker pull ednity/php$ git inti myapp
$ cd myapp
$ dinghy create --provider=virtualbox
$ eval $(dinghy shellinit)
$ docker run -it --rm -v `pwd`:/app ednity/php php -v
make build