Commit Graph

4 Commits

Author SHA1 Message Date
Jeff Mitchell f7512ca29f Initial commit. This adds the initial bits of a Docker provider.
Docker's API is huge and only a small subset is currently implemented,
but this is expected to grow over time. Currently it's enough to
satisfy the use cases of probably 95% of Docker users.

I'm preparing this initial pull request as a preview step for feedback.
My ideal scenario would be to develop this within a branch in the main
repository; the more eyes and testing and pitching in on the code, the
better (this would avoid a merge request-to-the-merge-request scenario,
as I figure this will be built up over the longer term, even before
a merge into master).

Unit tests do not exist yet. Right now I've just been focused on getting
initial functionality ported over. I've been testing each option
extensively via the Docker inspect capabilities.

This code (C)2014-2015 Akamai Technologies, Inc. <opensource@akamai.com>
2015-03-10 15:38:52 +00:00
Pete Hodgson e2cfb2b1f0 mention dev Vagrant VM in CONTRIBUTING.md 2014-12-02 16:15:25 -08:00
Jack Pearkes 1ba7201591 Update CONTRIBUTING.md 2014-08-05 16:55:50 -04:00
Jack Pearkes 732a3733ec add contributing guide 2014-08-05 16:49:40 -04:00