THis cookbooks sets up docker runtime and deploys some basic containers using docker files from https://github.com/CentOS/CentOS-Dockerfiles
Once container is up it registers with Consul using Registrator
##References
- (https://github.com/CentOS/CentOS-Dockerfiles)
- (https://github.com/chef-cookbooks/docker)
- (http://gliderlabs.com/registrator/latest/user/quickstart/)
TODO: List your supported platforms.
Key | Type | Description | Default |
---|---|---|---|
['docker-runtime-cookbook']['bacon'] | Boolean | whether to include bacon | true |
Include docker-runtime-cookbook
in your node's run_list
:
{
"run_list": [
"recipe[docker-runtime-cookbook::default]"
]
}
Author:: YOUR_NAME (<YOUR_EMAIL>)