Skip to content

monsieurchico/docker-xhprof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Xhprof & XhGUI image

Requirements

You must have Docker >= 1.5.

What's inside

This docker contains a clean xhprof install with xhgui.

Configuration

Ports

You can bind ports :

  • 33333
  • 27017
  • 22

Volumes

  • /var/log/supervisor
  • /var/log/nginx
  • /var/log/php5-fpm
  • /var/log/mongodb

Usage

# 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

About

Docker XhProf & XhGUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published