-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error in absolute path when using Docker 1.6 on Windows 7 #1
Comments
Hi @joao-parana ! It seems related to Windows/MinGW32 path conversion at the call. Maybe an updated documentation will be needed seems docker is know officially supported on Windows. Just to help me (and others future concerned users), could you show me what you have for those commands, in the same context (same folder, same docker, same host, etc. ) :
? |
Hi @dduportal, I have the same problem on Windows 8.1, so I will answer your question with my values:
Same values for |
This is related to issue moby/moby#12590. In Windows, the host path has to be prepended with an extra slash, otherwise msysgit will convert the path to a wrong value. So the actual docker command has to look like this:
I guess this has to be modified in the way Docker Compose generates the volume path. |
Hi all ! Thanks for you feedback. As of @joostfarla comment, i've updated the documentation to help that. Don't hesitate to re-open the issue if it does not work for you. |
I'm trying to execute de command
but I'm getting the Error:
I´m runnig inside the MINGW32 shell open by Boot2Docker start.lnk instaled in my Desktop
What is going wrong ?
The text was updated successfully, but these errors were encountered: