docker on OSX slow volumes

前端 未结 10 1650
无人共我
无人共我 2021-02-02 08:24

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

10条回答
  •  半阙折子戏
    2021-02-02 08:44

    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.

提交回复
热议问题