Windows: Path too long "The system cannot find the file specified"
Describe the bug
I try to install Shopware 6 with the following doc: https://docs.dockware.io/development/start-developing
When I try to do: docker cp shopware:/var/www/html/. ./src
I get:
C:\r\src\vendor\shopware\administration\Resources\app\administration\src\module\sw-cms\elements\product-listing\config\components\sw-cms-el-config-product-listing-config-filter-properties-grid\sw-cms-el-config-product-listing-config-filter-properties-grid.html.twig: The system cannot find the path specifified
How I already tried to fix the issue
- enabling long paths in Windows
- make the project path as short as possible
Desktop (please complete the following information):
- OS: WIndows 10
- Docker for Windows: 3.3.3
- Image: dockware/dev:latest
Thanks for any help.
Hi thank you for writing this issue i know you have already tried a few things but can we double check that you saw this page which might help?
https://docs.dockware.io/faq/windows-problems
thanks
Hello Philipp i ran into the same issues. Bind mounting docs are not very precise for windows. Take a look here, i finally got it working https://github.com/dockware/docs/issues/3
Hi
thank you for this I've just updated the docs to at least link to your issue, until we find some time to integrate it
great work, thanks