Continuous Build doesn't work within a Docker Container

Hi, everybody.

Does anybody try to run gradle’s Continuous Build within a docker container. It just doesn’t react to any file changes.
The same setup on a host system works perfectly, but not within a container(that also has the same java und gradle version installed).

here is an open Issue: https://github.com/gradle/gradle/issues/1272