Tks all, idk why, but now its working
I am learning to use docker. I am trying to mount a host directory in a Docker container:
>docker run -it -v /Users/Kell/Desktop/data:/home/data 77
And this is error: docker:
Error response from daemon: error while creating mount source path '/Users/Kell/Desktop/data': mkdir /Users: file exists.
I use Windows and Docker 20.10.12, 77 is the imageID I tried on another disk and tried many other ways but it is still not working. Can you help me?