How to fire Gulp notification from a Virtual Machine?

I have a simple PHP application and I use Gulp to precompile assets. I’ve noticed that gulp-notify doesn’t fire any growl notification. Apparently it’s a bug that occurs on Virtual Machines which cannot comunicate with Mac OS X.

I’ve found a solution for Vagrant users, but it requires some Vagrant plugin.


Do you know any solution to fire growl notification using Gulp-Notify on the Docker virtual machine?

I’m running Docker App for OS X (1.12.0-a).

This should work correctly. Could you please provide a reproduction test case that demonstrates the problem?