Hacker News new | ask | show | jobs
by deathanatos 1079 days ago
One more caveat: mounts don't work: https://github.com/abiosoft/colima/issues/503

One of our tools runs in Docker just to ensure that it gets the right version of its dependencies, and that bug is a pretty huge bug for us, for that tool, as it basically broke things.

Still, we use colima; it is a decent workaround for the "Docker on macOS" problem otherwise.

1 comments

For my configurations, enabling mounts with '--mount' is more verbose but works fine. https://docs.docker.com/storage/bind-mounts/
Are those flags not essentially synonymous (with perhaps slightly different syntax for their argument)?

… I had noticed that `--mount` in other contexts appears to work, but I have not had the time to investigate why or how that is.

(We've also had bugs with Docker proper in the past where they broke --mount but only for certain paths on the host.)

In my mental map, yes, but in practice, they act a little differently than my intuition. Even on past non-colima docker usage, I came across surprises w/ `-v` vs `--mount` and so generally try both if I'm having problems.