You must have Docker >= 1.5.
This docker contains a clean xhprof install with xhgui.
You can bind ports :
- 33333
- 27017
- 22
- /var/log/supervisor
- /var/log/nginx
- /var/log/php5-fpm
- /var/log/mongodb
# pull (auto) and run
# mount volumes
docker run \
-d \
--name xhprof \
-p 33333:33333 \
-p 27017:27017 \
-v /path/to/supervisor:/var/log/supervisor
-v /path/to/nginx:/var/log/nginx
-v /path/to/php5-fpm:/var/log/php5-fpm
-v /path/to/mongodb:/var/log/mongodb
monsieurchico/xhprof-xhgui