I have a web app inside a VM (Ubuntu 14.LTS), created and provisioned using Vagrant, and inside that VM I'm running Docker with several containers (nginx, PHP, MariaDB...).
Now I'm trying to setup xdebug to debug my app with PHPStorm, but with no luck. I'm getting an error related to file mapping, and breakpoints doesn't work.