This cookbook is for testing the functionality of the bflad/chef-docker cookbook on a manged node. I have been reading through the docs of that cookbook, but it has not yet been enough to really grok the workflow. One of the main issues facing docker (and this is only exacerbated when trying to couple docker and chef) is that the workflow is confusing at worst and awkward at best. So this "application" cookbook (intended for deployment to a node) is for my hands-on experimentation with the chef-docker "library" cookbook to find workflow pain points that I can work to ameliorate.
Currently being developed just for Ubuntu 14.04
TODO
| Key | Type | Description | Default |
|---|---|---|---|
| ['docker-server']['bacon'] | Boolean | whether to include bacon | true |
Include docker-server in your node's run_list:
{
"run_list": [
"recipe[docker-server::default]"
]
}Author:: Ryan Chipman (rchipman@mit.edu)