Version information
released Mar 21st 2016
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'ffollonier-docker', '0.4.0'
Learn more about managing modules with a PuppetfileDocumentation
ffollonier/docker — version 0.4.0 Mar 21st 2016
docker
This is the docker module. It could be used for configuring the docker-engine daemon on RHEL7 servers.
v0.4.0
- refactoring the systemd service and environment filesystem
- compatible with vendor systemd improvement instead of override completly
v0.3.3
- support for multiple cluster-store-opt properties
- support etcs as swarm backend
- add TimeoutStartSec=0 to the systemd service
v0.3.2
- Support Docker 1.10: remove deprecated exec_driver property
v0.3.1
- fix for reloading the systemd daemon if the docker.service and docker.socket are modified
v0.3.0
- support swarm cluster configuration inside the daemon docker
- support consul as swarm backend
- support of Docker daemon custom metadata (labels)
v0.2.0
- support devicemapper storage driver only
- remove support of autogrow
- minor fixes
v0.1.0
- initial version
Dependencies
- puppetlabs/stdlib (>= 4.1.0)