docker / libchan

Like Go channels over the network
Apache License 2.0
2.47k stars 142 forks source link

[WIP] Simple fork exec plugin #68

Closed dmcgowan closed 9 years ago

dmcgowan commented 9 years ago

Simple implementation for forking and getting a libchan transport. This is the model used by @BrianBland for the new registry drivers. The naming is likely completely wrong and this code might belong somewhere else. It is important though to have a common location and method for libchan forking and subprocess management. This model will likely be used in the future for running plugins as subprocess as well as a driver model

@erikh any feedback on this will be useful

erikh commented 9 years ago

I think I'd like to do the server and client in docker and just consume libchan in a similar way. Any objection to this?

dmcgowan commented 9 years ago

Moved to https://github.com/dmcgowan/libchan-hack