#docker
Fast Docker Volumes on MacOS Ventura using Colima
I had sync delays of about 15 seconds, when I changed a file on my MacOS fs and that it was seen as changed inside the docker container. This solved it: colima start --mount-type 9p
Continue reading →