13.32. cdist-type__docker(7)

13.32.1. NAME

cdist-type__docker - install docker-engine

13.32.2. DESCRIPTION

Installs latest docker-engine package from dockerproject.org.

13.32.3. REQUIRED PARAMETERS

None.

13.32.4. OPTIONAL PARAMETERS

None.

13.32.5. BOOLEAN PARAMETERS

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

13.32.6. EXAMPLES

# Install docker
__docker

# Install experimental
__docker --experimental

# Remove docker
__docker --state absent

13.32.7. AUTHORS

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

13.32.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).