TODO: Enter the cookbook description here.
TODO: List your supported platforms.
| Key | Type | Description | Default |
|---|---|---|---|
| ['docker-redis']['bacon'] | Boolean | whether to include bacon | true |
Include docker-redis in your node's run_list:
{
"run_list": [
"recipe[docker-redis::default]"
]
}Author:: Daniel Ku (kjunine@gmail.com)