codekitchen / dinghy

faster, friendlier Docker on OS X. Deprecated.
MIT License
2.12k stars 109 forks source link

Not an issue just thumbs up #36

Open 1N50MN14 opened 9 years ago

1N50MN14 commented 9 years ago

This project is too awesome, restored my faith in Docker and saved my Macbook from being killed by a varangian hammer.

I owe you beer!

codekitchen commented 9 years ago

You are too kind! Thanks, I'm glad it's useful.

MrMMorris commented 9 years ago

+1 to this. There were some days with vanilla B2D that I wanted to give up on Docker entirely!

markshust commented 9 years ago

+1 here also. Working with Magento (lots of files), impossible without something like this

markshust commented 9 years ago

Used dinghy for a new Magento 2 development process. Thought you'd like to know @codekitchen http://mageinferno.com/blog/magento-2-development-docker-os-x

levinotik commented 9 years ago

:+1: great work

weilera commented 9 years ago

:+1: indeed

jakajancar commented 9 years ago

:+1:

Perhaps the NFS (and DNS?) wizardry can one day be merged into the docker-machine xhyve driver, to make an ultimate replacement for VirtualBox/VMWare Fusion on OS X.

Kallin commented 8 years ago

:+1: I really hope that the devs here are in touch with some devs from the docker project. I was really struggling with docker and ember-cli, couldn't get file system notification reloads to work, then stumbled across this project and now w/ nfs shares it works great!

assembledadam commented 8 years ago

Spent hours trying to find a solution for Docker on OSX with Virtualbox shared folders being shit.

Attempted getting NFS working on Boot2Docker - no go. Tried sshfs shares, that was just broken. Tried Rsync with fswatch - great for small projects, but for those with many files, pretty useless and time consuming.

It's now past 1am and I'm very glad to have found this project. Within 30 mins my dev setup appears to be working perfectly, just the small matter of getting a wrapper script to set it up for other devs with no effort.

:+1:

ghost commented 8 years ago

restored my faith in Docker

that about sums it up for me too. Thank you.

dcosson commented 8 years ago

:+1:

zwily commented 8 years ago

:+1:

Babacooll commented 8 years ago

A project that took over 90 seconds to fully load now takes 5 seconds. Thank you ! Very good job !

mickaelperrin commented 8 years ago

Just thanks for this project. I switched from Linux to Mac OS X and was thinking about to go back before trying dinghy. It works so far so good... Apple should sponsor you :) :+1:

ryansch commented 8 years ago

I agree. I had spent time getting Parallels shared folders working with RancherOS only to find out that the performance was terrible (although not as bad as virtualbox). After finding out that somehow NFS is still the state of the art for VM file sharing, I discovered dinghy while looking for solutions to the inotify issues. Dinghy neatly solved all of those issues and is the basis for our development environment. Thanks!!

NeoPhi commented 7 years ago

Just wanted to say that using Dinghy with VirtualBox has been great. I struggled with filesystem events not being properly propagated while using Docker for Mac but have not had a single issue with Dinghy. Kudos!

assembledadam commented 6 years ago

Been more than two years since my previous comment, and still using this project every day. Just wanted to pour some more praise on here since nobody has posted in a while!