3

Expected behavior

  • I went to Settings->Shared Drives and set checkbox on my F: drive.
  • After i pressed apply and input my user and password, i want to see then checkbox with drive F: is checked.

Docker Version

enter image description here

Actual behavior

  • I checked the checkbox of F:, and press apply

enter image description here

  • input my user and password

enter image description here

  • the checkbox of F: retrieve unchecked

enter image description here

Inspection of my bound container

enter image description here

Docker container logs

enter image description here

Ways I tried but did not work

  • close firewall software
  • change permission mode of local file to 777
  • start UPnP Device Host and SSDP Discovery

Related issues:

https://forums.docker.com/t/volume-mounts-in-windows-does-not-work/10693/9 https://github.com/docker/for-win/issues/579

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Andy FUN
  • 31
  • 2

2 Answers2

2

in my case (win.10), worked with my Microsoft password..

In the password part, try your PC formal PW. Example:

PC: User: samle_id@outlook.com PW: ********(official email pw)

1

I assume you're using a Win 10. I solved this issue by switching off the Experimental features.

Go to Settings -> Daemon -> Uncheck Experimental features. It should restart automatically and you should be able to check the F: Drive then

dbokers
  • 840
  • 1
  • 10
  • 12