This message was deleted.
# rancher-desktop
a
This message was deleted.
w
and you enabled dockerd/moby in the UI vs nerdctl? When RD is running can you do a docker info and things look good?
e
Yes, I have made some progress. I am now trying to figure how to mount a volume and what the path should be
It looks like I had an issue because my image had upper case characters
w
you mean do a bind mount? Should work like normal so any errors to share?
e
This is a cross platform project so I am trying to figure out the best way to mount and use the same path if possible
w
sure, but you mean using a docker volume or are you trying to map back from the VM into the host?
e
A docker volume so my code can access files
w
the semantics of the host file system won't magically allow C:\Users\user\app to mean the same as /users/user/app
e
Bummer.so how do people get around that to have 1 file
w
lots of folks use volumes vs a bind mount so the Dockerfile refs are all neutral. its the call to create the container that is platform specific. Can you be more specific on what you are doing that is not working? feel like i am missing something myself