lmakarov / dde

[DEPRECATED] Docker and Docker Compose based environment for Drupal
MIT License
128 stars 37 forks source link

dsh init doesn't work on windows - docroot not found #141

Open vg42 opened 8 years ago

vg42 commented 8 years ago

It seems folder isn't mapped to container.

On Windows 10 when I run dsh init I receive an error (drude-d7-testing is used):

bash: cd: docroot: No such file or directory

I've found that this error on this line: https://github.com/blinkreaction/drude-d7-testing/blob/master/.drude/commands/init#L102

There is same issue for drude-d8-testing installation.

dsh bash docker@cli:/var/www$ ls -la total 0 drwxr-xr-x 3 docker users 60 Jun 23 11:55 . drwxr-xr-x 3 docker users 60 Jun 23 11:55 .. drwxr-xr-x 3 docker users 60 Jun 23 11:55 .drude

achekulaev commented 8 years ago

You should not put your project files under .babun folder on windows at the moment

vg42 commented 8 years ago

Thank you. Yes, it caused this problem. I've moved my projects folder and now it works fine. I've added additional check for Windows on installation step: https://github.com/blinkreaction/drude/pull/150