I’m trying to Share C drive but the check dissappear after the correct prompt authentication.
Try to execute command:
docker run -d -it -v C:\Users\DockerHost\docker-data:/workspace ubuntu:latest
DockerHost is local user with administrator rights. My user is EAD corporate user that fails too.
A windows auth prompts and I login, after that console returns:
docker: Error response from daemon: An error occured while sharing drive.
See ‘docker run --help’.
What can I do? Thanks.