Mount problems
#1147
Replies: 1 comment 2 replies
-
Specifying Can you share more details? e.g. the absolute path of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm trying to muddle my way through what I believe to be filesystem mounting problems. We work with a number of clients, so we have a lot of different dev environments which all get managed with docker compose. These projects all live in subdirectories of
~/Dev
. With docker desktop, I can add~/Dev
to the mounts settings, and all these projects work.With colima, I have two different problems: some projects won't start because they can't find files they want to mount, and other projects will start, but don't have any files on the container file system. All projects are brought up with
docker compose
and all work as expected on docker desktop with only the one setting change identified above.For colima, I'm starting with:
Any insight into what I might be doing wrong? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions