Docker PHP Apache tester image is used in conjuction with my PHP Apache image.
674
Docker PHP Apache tester image is used in conjuction with my PHP Apache 7-apache image. This image has Composer installed and is used for running one off commands to do things like migrate database and run unit tests.
To build this image yourself from the code follow these command
$ docker build -t <name>/php-apache-tester:7-apache .
$ docker run --volumes-from data-container --link mysql:mysql --rm --name php-apache-tester <name>/php-apache-tester:7-apache php -v
This code is maintained by Jason Michels (http://jasonmichels.com) and open-sourced software licensed under the MIT license
Content type
Image
Digest
sha256:cff841c4b…
Size
166.3 MB
Last updated
almost 11 years ago
docker pull jasonmichels/php-apache-tester