14.36. cdist-type__docker(7)¶
14.36.1. NAME¶
cdist-type__docker - install docker-engine
14.36.2. DESCRIPTION¶
Installs latest docker-engine package from dockerproject.org.
14.36.3. REQUIRED PARAMETERS¶
None.
14.36.4. OPTIONAL PARAMETERS¶
None.
14.36.5. BOOLEAN PARAMETERS¶
- experimental
- Install the experimental docker-engine package instead of the latest stable release.
- state
- 'present' or 'absent', defaults to 'present'
14.36.6. EXAMPLES¶
# Install docker
__docker
# Install experimental
__docker --experimental
# Remove docker
__docker --state absent
14.36.7. AUTHORS¶
Steven Armstrong <steven-cdist--@--armstrong.cc>
14.36.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).