ScatterHQ / flocker

Container data volume manager for your Dockerized application
Apache License 2.0
69 stars 9 forks source link

RFC: Added isolated Docker builder and runner #14

Open sgnn7 opened 7 years ago

sgnn7 commented 7 years ago

Current build setup requires root and installation of a ton of packages from pip on the local machine. With this PR, this can be done in a single-command with a DinD config and isolated builder. Currently only supports Ubuntu 16.04 but can be easily extended to others.

@wallrj Let me know what you think and feel free to relocate this in the tree if needed.