-
Notifications
You must be signed in to change notification settings - Fork 289
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
Cannot mount file using windows containers #2089
Comments
Hi @yorek |
Great, thanks! |
@yorek it looks like your command line slightly wrong. Specifically the volume mount argument need to be before the image name, something like:
works fine for me. With your command line you are basically passing Closing this, but please report if the above does not work |
@rn you are totally right, using the -v option before the image it works nicely. I would say that there is a bug anyway...since the -v option, when used in the wrong sequence, still seems to be accepted and in fact the returned message is:
that leads to the idea that the "system cannot find the file specifie" is realted to the -v option |
Btw, thanks a lot for the help! :) |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Correctly mount a folder
Actual behavior
The following error:
Information
Client:
Version: 18.03.1-ce
API version: 1.37
Go version: go1.9.5
Git commit: 9ee9f40
Built: Thu Apr 26 07:12:48 2018
OS/Arch: windows/amd64
Experimental: false
Orchestrator: swarm
Server:
Engine:
Version: 18.03.1-ce
API version: 1.37 (minimum version 1.24)
Go version: go1.9.5
Git commit: 9ee9f40
Built: Thu Apr 26 07:21:42 2018
OS/Arch: windows/amd64
Experimental: false
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: