Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.
/ docker-webgrind Public archive
forked from clue/docker-webgrind

Webgrind docker image, a Xdebug profiling web frontend

Notifications You must be signed in to change notification settings

yappabe/docker-webgrind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Webgrind docker image, a Xdebug profiling web frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published