This repository contains Dockerfile of Php, Apache and Composer for Docker's published to the public Docker Registry.
-
Install Docker.
-
Download trusted build from public Docker Registry:
docker pull dynaum/php-apache-composer
(alternatively, you can build an image from Dockerfile:
docker build -t="dynaum/php-apache-composer" github.com/dynaum/php-apache-composer
)
docker run -it --rm --name my-app -v "$(pwd)":/var/www/html dynaum/php-apache-composer