Skip to content
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 mounting mongodb volume on Windows 10 Pro using Docker 18 #2189

Closed
1 task
jwnder opened this issue Jul 8, 2018 · 3 comments
Closed
1 task

error mounting mongodb volume on Windows 10 Pro using Docker 18 #2189

jwnder opened this issue Jul 8, 2018 · 3 comments

Comments

@jwnder
Copy link

jwnder commented Jul 8, 2018

  • [X ] I have tried with the latest version of my channel (Stable or Edge)
  • I have uploaded Diagnostics
  • Diagnostics ID: 90153922-3CBD-49A6-A40F-CFB90266C35C/2018-07-08_10-10-26

Expected behavior

Running mongodb through docker

  • docker command: docker run --name mongo -v e:/VM/mongo:/data/db -p 27017:27017 mongo
  • expected to be waiting for connection

Actual behavior

  • failed to write on mounted volume

Information

  • Windows Version: 10 Pro
  • Docker for Windows Version: Docker version 18.03.1-ce, build 9ee9f40

Steps to reproduce the behavior

  1. create a folder on whatever drive you want (example: e:/VM/mongo)
  2. Share the folder e: in docker, use your windows credentials
  3. make sure that your windows user is administrator
  4. run command docker run --name mongo -v e:/VM/mongo:/data/db -p 27017:27017 mongo
  5. fails to write on mounted volume
@jwnder jwnder changed the title error mounting volume on Windows 10 Pro using Docker 18 error mounting mongodb volume on Windows 10 Pro using Docker 18 Jul 8, 2018
@docker-robott
Copy link
Collaborator

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale comment.
Stale issues will be closed after an additional 30d of inactivity.

Prevent issues from auto-closing with an /lifecycle frozen comment.

If this issue is safe to close now please do so.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle stale

@wclr
Copy link

wclr commented Dec 3, 2018

#138

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

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.
/lifecycle locked

@docker docker locked and limited conversation to collaborators Jun 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants