dinghy
dinghy copied to clipboard
faster, friendlier Docker on OS X
The boot2docker.iso does not work on Apple M1 (at least not on my machine). Does anybody have an alternative already?
I have been a long time Dinghy user (4+ years) but the past 5-6 months, I've used Docker for Mac (Experimental) release, which had support for Mutagen and it actually...
I have been facing the problem these days. I start dinghy and then stop it using `dinghy halt`, and then when I start it again, the logs will be like...
`hyperkit` seems to have become the future of `xhyve`. According to https://github.com/machine-drivers/docker-machine-driver-hyperkit : > The Hyperkit driver will eventually replace the existing xhyve driver and uses moby/hyperkit as a Go...
I've tried to boot up dinghy+xhyve on a fresh mac and it gave out an error , i forget which, as it's been a couple weeks. has anyone run into...
This appears to be due to the linux file system `inotify` event being generated inside the Dinghy VM changing to a `:modify` event, which the `Listen` gem does not, by...
I would like to launch multiple dinghy machines, IIRC dinghy supports only one machine. Is it on the roadmap ? The reason I want to have multiple machines is that...
when I run `dinghy restart` or `dinghy up` the result ``` ➜ laradock (master) ✗ dinghy restart Stopping the FsEvents daemon Stopping the dinghy VM... Stopping NFS daemon, this will...
Instead of waiting for the nfs stuff to prompt for sudo (when the user's attention may have wandered while waiting) we should prompt the user early with a no-op sudo...
I wonder if it is possible to configure multiple dinghy VMs. a possibility to change the default config dir ~/.dinghy for example would be really cool. With that it's possible...