Sign inSign up

clue/webgrind

By clue

Updated over 10 years ago

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind. Useful for development / debugging of PHP libs.

Image
3

10K+

clue/webgrind repository overview

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.

Tag summary

Content type

Image

Digest

sha256:51813d166

Size

128 MB

Last updated

over 10 years ago

docker pull clue/webgrind