codekitchen / fsevents_to_vm

forward OS X file system events to a VM, designed for use with Dinghy
MIT License
22 stars 10 forks source link

Make SSH Username a variable #4

Closed dcosson closed 8 years ago

dcosson commented 8 years ago

It still defaults to 'docker'.

I want to try this tool out with vagrant instead of docker-machine.

dinghy's solution of running a dns server is clever, but I like the simplicity of Vagrant being able to assign the same IP to the VM every time it runs which is still impossible with docker-machine.

codekitchen commented 8 years ago

I'm not interested in supporting this gem outside of dinghy, but I'm fine with merging this in. Is the IP changing a common problem for you though? I've only had my VM's IP change once in 6 months, and that was because I spun up a bunch of other docker-machine VMs for testing a dinghy regression.

dcosson commented 8 years ago

Thanks!

It's not a common problem for me personally, but I'm trying to migrate an app to docker that has a whole team working on it. It's hard to set it up in a way that'll always work the same for everyone if the IP can sometimes change, everyone will have to know how it works under the hood and that this can happen.