gansbrest / hodor

Small utility to streamline dev process with Docker on OS X (Boot2Docker/Docker Machine) and Linux
MIT License
154 stars 11 forks source link

Enable hodor filesharing to run multiple apps simultaneously #9

Closed phillip closed 9 years ago

gansbrest commented 9 years ago

Hi. Could you describe the problem you are solving with this request, so other people could read it later? Some use cases as well.

Maybe it makes sense to update Readme as well?

phillip commented 9 years ago

I removed the duplication. I don't think the Readme needs to be updated because I expected this to work inherently. My use case is building an application with a micro service architecture.

cd app1
hodor run

In another terminal window:

cd app2
hodor run

This would share the same unison port for both apps and merge each directory into the other. This patch fixes it so that n apps should work as long as no two folder names are the same.

gansbrest commented 9 years ago

Ok, sounds good. Lets give it a shot! Thanks a lot