You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an inkling that this is probably a permissions / restriction of mounting from /Volumes/** in Docker. I just don't know how to interrogate the list of directories that are allowed to be mounted. Would appreciate some assistance.
Description
Volume mount working with default system volume:
Volume mount not working using a separate volume mount (case sensitive volume):
Version
Operating System
Output of
colima status
Reproduction Steps
docker run -it -v /Volume/${VOLUME_NAME}:/model ubuntu
mount | grep model
, if it shows up as ext4 then the volume mount didn't work and the volume mountpoint is empty.Expected behaviour
Expect the volume mount point to be populated with whatever is on the host filesystem and not empty.
Additional context
No response
The text was updated successfully, but these errors were encountered: