docker4drupal icon indicating copy to clipboard operation
docker4drupal copied to clipboard

No files syncing on Macos using parallels

Open yhesse opened this issue 2 years ago • 0 comments

Hi,

I use this setup to try to speed up my local stack on mac os:

  • https://github.com/Parallels/docker-machine-parallels
  • parallels desktop I've created a machine: docker-machine create --driver=parallels dev docker-machine env dev eval $(docker-machine env dev) make up I opened up the ports in parallels (8000,8080) Now I can see the drupal installer with: http://drupal.docker.localhost:8000 I installed drupal. When I go to my file system I see none of the drupal files are synced. I think it's because the /mnt/sda1/var/lib/docker folder is created by root but I'm not sure. Can someone help me please? The drupal runs really fast so I would love to work this way! Screenshot 2022-03-04 at 11 57 48 Screenshot 2022-03-04 at 11 57 05

yhesse avatar Mar 04 '22 11:03 yhesse