All Projects → clue → docker-webgrind

clue / docker-webgrind

Licence: other
Webgrind docker image, a Xdebug profiling web frontend

Programming Languages

shell
77523 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].