Sign inSign up

jasonmichels/php-apache-tester

By jasonmichels

Updated over 10 years ago

Docker PHP Apache tester image is used in conjuction with my PHP Apache image.

Image
0

674

jasonmichels/php-apache-tester repository overview

Docker PHP Apache Tester Image

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.

Build

To build this image yourself from the code follow these command

$ docker build -t <name>/php-apache-tester:7-apache .
Demo Usage
$ docker run --volumes-from data-container --link mysql:mysql --rm --name php-apache-tester <name>/php-apache-tester:7-apache php -v
TODO
License

This code is maintained by Jason Michels (http://jasonmichels.com) and open-sourced software licensed under the MIT license

Tag summary

Content type

Image

Digest

sha256:cff841c4b

Size

166.3 MB

Last updated

almost 11 years ago

docker pull jasonmichels/php-apache-tester