This image contains:
- PHP-FPM 7.0
- Nginx 1.10
- Alpine Linux (Edge)
- NodeJS
- Git
- Composer
Start the Docker containers:
docker run -p 8080:80 --name <NAME_OF_YOUR_CONTAINER> -d jlamim/php7-nginx
Using Composer:
docker run -it <NAME_OF_YOUR_CONTAINER> composer <command>
See the PHP info on http://localhost:8080, or the static html page on http://localhost:8080/test.html