Container for testing / developing PHP applications (/websites) with the xdebug tool installed.
docker run --rm -p 2000:80 -v "$PWD":/var/www/html mastermindzh/php-xdebug
docker run --name webserver_container -d -p 2000:80 -v "$PWD":/var/www/html mastermindzh/php-xdebug
Content type
Image
Digest
Size
197.2 MB
Last updated
about 9 years ago
docker pull mastermindzh/php-xdebug