I\'m trying to use docker beta on OSX, mainly for Symfony development but the mounted volumes are incredible slow. Even for a vanilla Symfony project I get 6s page load time. Th
Normaly volumes should be fast. But you can not change anything to make them faster if you dont want to change the format of your disk.
But maybe the bottleneck is the CPU or RAM.
You can check that with the command docker stats
. These are by default set to 2 cores and 2 GB RAM. You can change this in the Docker for Mac GUI.