arvatoSCM / dockerize-magento2

Composer package for dockerizing Magento 2
Apache License 2.0
112 stars 56 forks source link

Not working in Window 10 #13

Open sunilit42 opened 7 years ago

sunilit42 commented 7 years ago

Hello,

https://www.dropbox.com/s/qcmah0eee7hdts0/Screenshot%202016-12-30%2019.16.23.png?dl=0

edenreich commented 7 years ago

I can confirm it. this is the output at the end of the running the command bin/console install..seems like its trying to share the volumes but without success, any idea how to solve it?

10

havardge commented 6 years ago

You need to make sure the docker vm has access to your C:\ directory.

If you're using Docker for Windows, go to docker settings -> Shared Drives and add the directory. Occasionally there's a bug that forces you to unshare the drive and share it again.

If you're using Docker Toolbox with a virtualbox driver, you could e.g. install VirutalBox to manage this access through its UI: Right click the default machine -> settings -> Shared Folders.

snagotu commented 6 years ago

image

Even after followed the provided resolution - "If you're using Docker for Windows, go to docker settings -> Shared Drives and add the directory. Occasionally there's a bug that forces you to unshare the drive and share it again." still i am getting same error, Please help me to resolve.