A debian:jessie based image with PHP5 and a ubuntu:16.04 based image with PHP7.0
- APACHE2
- COMPOSER
- NPM
- BOWER
- GULP
- GIT
- NODE
- CURL
- WGET
- NANO
- VIM
- HTOP
- CURL
Use with Docker http://www.docker.io
To build an image with docker is pretty simple:
docker build -t="image-name:version" /path/to/the/dockerfile
To run the created image and attach to it at the same time:
$ docker run -p ports:ports -v /local/"project-path":/home/project-folder -it image-name-id
Or to run it in the background
$ docker run -d -p ports:ports -v /local/"project-path":/home/project-folder image-name-id