Jon Clausen

Results 14 comments of Jon Clausen

I am seeing the same issue with volume mounting directories - both using `docker run` and compose. In this case all of the subdirectories are mounted but no files exist...

I was able to resolve the issue by using a different mount provider: ``` colima start --mount-type virtiofs --cpu 12 --memory 20 --disk 256 ```

It's probably be because the default mount type on Colima is `sshfs`. Now that `virtiofs` is stable and available on the latest version of Docker for Mac, it should probably...

Closing this one out as it is super stale and we should start from a fresh comp.