Brian Palmer
Brian Palmer
Hm then inotify events aren't even getting triggered, this may be difficult to debug remotely. Are you able to share your docker container config, either the `docker run` command or...
Oh also let's make sure the daemon is still running and didn't die due to https://github.com/codekitchen/dinghy/issues/262 -- do you see a `fsevents_to_vm` process running on your host computer when dinghy...
Oh OK that's good info thanks. With that extra debug info, my best guess is that this is the same issue covered in https://github.com/codekitchen/fsevents_to_vm/issues/7 , which I had honestly forgotten...
I've got a [WIP branch](https://github.com/codekitchen/fsevents_to_vm/tree/write-events) that simulates WRITE_CLOSE events, which appears to be enough to fix that original filed issue. However, it doesn't look like that's good enough for the...
Looks like that's already been clarified, Docker for Mac will be free and open source. https://news.ycombinator.com/item?id=11353747
I tested out the beta for a bit yesterday, but ran into I/O errors when trying to `bundle install` onto a host-mounted volume. I haven't had a chance to dig...
Yeah, I believe them when they say the FS performance will improve over time, they should be able to beat NFS performance using their architecture, with some work.
Yep, the HTTP proxy and DNS server have been split into a separate project, install instructions are at https://github.com/codekitchen/dinghy-http-proxy#os-x
Yeah that's a great summary, thanks @michaellopez One twist is that we've got devs using Linux laptops and running Docker directly on the host, and it's nice that the Dinghy...
I don't currently have any plans to support that, I haven't even looked into whether it's possible to tell docker for mac to disable its own built-in filesystem so that...