-
Notifications
You must be signed in to change notification settings - Fork 623
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
Errors getting started #232
Comments
(assuming you are running Linux containers on Windows) You unfortunately cannot use a volume shared to the Windows host. See also, #107 (comment).
|
I'm using Docker on Windows with Hyper-V. Does it have the same issue? Cause, my mongodb container does not crash, but there is no data inside the container's binded folder Edit: Never mind, I wasn't even sharing the folder. Once I shared the folder, I started getting the same error as above. |
Very likely, yes.
|
I issue the command
docker run --name mymongo -v //c/mongodb:/data/db -d mongo
and the container immediately exits.
When I look at the logs (docker logs mymongo) I get:
How do I determine which operation is not permitted?
Thank you.
The text was updated successfully, but these errors were encountered: