|
|
|
|
|
by jaytaylor
4703 days ago
|
|
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 ;) |
|
That's much closer to the kind of stuff I like to use than the pile of layers + apis docker-based solutions are.