cookbook 'docker-ce', '= 0.2.0'
docker-ce (15) Versions 0.2.0 Follow3
Installs Docker CE
cookbook 'docker-ce', '= 0.2.0', :supermarket
knife supermarket install docker-ce
knife supermarket download docker-ce
Docker CE Cookbook
The aim of this Chef cookbook is to install the Docker engine Community Edition.
This cookbook has been built following the instructions from https://docs.docker.com/install/.
Another Docker engine cookbook?
I tried all the available cookbook and I wasn't able to get a working Docker
installation.
I decided to make a new one, with tests, following the official documentation
so that it should be more robust.
Supported Platforms
- Debian 8/9
If you want to add more platforms, feel free to open a PR!
Attributes
None
Usage
- If you use it from a Policyfile, a Role or an Environment, add it to the
run_list
:
{ "run_list": [ "recipe[docker-ce]" ] }
- If you want to use it within a cookbook :
ruby include_recipe 'docker-ce'
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
docker-ce-cookbook CHANGELOG
This file is used to list changes made in each version of the docker-ce-cookbook
cookbook.
Unreleased
0.2.0 (2019-05-27)
- Debian 8 support
- ChefSpecs
0.1.0 (2019-05-23)
Initial release.
License Metric
0.2.0 passed this metric
0.2.0 passed this metric