Cookbook for docker
lxc wget bsdtar curl linux-image-extra-<kernel_version>
Just include docker
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[docker]"
]
}
The only attribute in this recipe is the 'install_dir', where the binary is installed.
default[:docker][:install_dir] = "/opt/docker"
Change it to whatever value pleases you.
- Fork the repository on Github
- ...
- Submit a Pull Request using Github