clue / docker-webgrind

Webgrind docker image, a Xdebug profiling web frontend
18 stars 6 forks source link

docker-webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind. This is a docker image that eases setup.

Usage

This docker image is available as a trusted build on the docker index. Using this image for the first time will start a download automatically. Further runs will be immediate, as the image will be cached locally.

The recommended way to run this container looks like this:

$ docker run -d -p 80:80 clue/webgrind

This will start the webgrind container in a detached session in the background and will expose its HTTP port. So you can now browse to:

http://localhost/

This container is disposable, as it doesn't store any sensitive information at all. If you don't need it anymore, you can stop and remove it.