Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1020 Bytes

README.md

File metadata and controls

51 lines (37 loc) · 1020 Bytes

docker-runtime-cookbook-cookbook

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

Supported Platforms

TODO: List your supported platforms.

Attributes

Key Type Description Default
['docker-runtime-cookbook']['bacon'] Boolean whether to include bacon true

Usage

docker-runtime-cookbook::default

Include docker-runtime-cookbook in your node's run_list:

{
  "run_list": [
    "recipe[docker-runtime-cookbook::default]"
  ]
}

License and Authors

Author:: YOUR_NAME (<YOUR_EMAIL>)