Image to build a php environment for development or continuous integration
854
Start a container inherited from kmelkez/composer. This image contains tools for php development or continuous integration like xdebug, phpunit.
docker run -it --name php-tools kmelkez/php-tools
Once it is created, you can start it and attach it for build your development environment very quickly
docker start php-tools
docker attach php-tools
Content type
Image
Digest
sha256:d7ccb96f8…
Size
-
Last updated
over 11 years ago
docker pull kmelkez/php-tools