Sign inSign up

mastermindzh/php-xdebug

By mastermindzh

Updated about 9 years ago

Image
0

865

mastermindzh/php-xdebug repository overview

php_xdebug

Container for testing / developing PHP applications (/websites) with the xdebug tool installed.

run commands

run a server, keep it in foreground and after you disconnect delete it:

docker run --rm -p 2000:80 -v "$PWD":/var/www/html mastermindzh/php-xdebug

run a (named) server in the background:

docker run --name webserver_container -d -p 2000:80 -v "$PWD":/var/www/html mastermindzh/php-xdebug

Tag summary

Content type

Image

Digest

Size

197.2 MB

Last updated

about 9 years ago

docker pull mastermindzh/php-xdebug