Results 2 issues of Louis Billiet

First of all, here if my configuration : docker-compose.yml : ```yml --- version: '2' services: web: build: context: . dockerfile: nginx.dockerfile ports: - 80 links: - app environment: SERVICE_80_NAME: "search"...

Running xhprof in a cgroup-limited environment (using cpuset.cpus feature) causes xhprof to be killed by a segfault every time. How to reproduce : easiest way is to create a lxc...