13.34. cdist-type__docker(7)

13.34.1. NAME

cdist-type__docker - install docker-engine

13.34.2. DESCRIPTION

Installs latest docker-engine package from dockerproject.org.

13.34.3. REQUIRED PARAMETERS

None.

13.34.4. OPTIONAL PARAMETERS

None.

13.34.5. BOOLEAN PARAMETERS

experimental
Install the experimental docker-engine package instead of the latest stable release.
state
'present' or 'absent', defaults to 'present'

13.34.6. EXAMPLES

# Install docker
__docker

# Install experimental
__docker --experimental

# Remove docker
__docker --state absent

13.34.7. AUTHORS

Steven Armstrong <steven-cdist--@--armstrong.cc>

13.34.8. COPYING

Copyright (C) 2016 Steven Armstrong. Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).