-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No directory mapping on Windows 7 #8
Comments
Hi Dominik, sorry first i never tested it on Windows 7 before. I tested it on Windows 10 and can't reproduce your issue. But i would prefer using an Linux distribution instead. It seem's like that Docker doesn't sync files with your host. ATM i have no clue why. On your host: you must have an "new" symfony directory and some other files. BTW: For directories mounted with cached, the host’s view of the file system is authoritative; writes performed by containers are immediately visible to the host, but there may be a delay before writes performed on the host are visible within containers. |
Thank you very much for your answer. You actually had a good point with "Do you share your drives with Docker?" - I've checked that Docker couldn't actually write nor read to my directories, so i Googled it and found an answer quickly. |
Hello I have the following issue: When i run everything exactly with this tutorial, my container works. I go to the http://192.168.99.100/ and i see Symfony 4.3.2 welcome screen, no errors.
But problem is that i don't have any directory mappings, so i go to my symfony-docker directory where I see: docker-compose.yml, docker directory, and other files BUT no symfony directory to be found. Seems like following mapping does not work:
What would be cause of this ?
I have all the files inside the container but no mapping outside.
I've tried many things like removing :cached parameter, and rebuilding container.
None of it works. My docker-compose.yml is:
The text was updated successfully, but these errors were encountered: