13.35. cdist-type__docker(7)

13.35.1. NAME

cdist-type__docker - install docker-engine

13.35.2. DESCRIPTION

Installs latest docker-engine package from dockerproject.org.

13.35.3. REQUIRED PARAMETERS

None.

13.35.4. OPTIONAL PARAMETERS

None.

13.35.5. BOOLEAN PARAMETERS

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

13.35.6. EXAMPLES

# Install docker
__docker

# Install experimental
__docker --experimental

# Remove docker
__docker --state absent

13.35.7. AUTHORS

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

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