When we first began creating ShipBuilder several months ago, Docker was too unstable to develop against. We then looked at using bare LXC instead and realized it was very straightforward (basically as simple as: lxc-clone, lxc-start, lxc-stop, and lxc-destroy). In fact, most of the LXC functionality is encapsulated in this 50-line file: https://github.com/Sendhub/shipbuilder/blob/master/src/execu...
I am certainly open to the possibility of adding docker compatibility, especially in the form of a pull-request ;)
ashrust|12 years ago
brryant|12 years ago
unknown|12 years ago
[deleted]
fss|12 years ago
SEJeff|12 years ago
jaytaylor|12 years ago
I am certainly open to the possibility of adding docker compatibility, especially in the form of a pull-request ;)
jaytaylor|12 years ago