1CDIST-TYPE__DOCKER(7)                cdist               CDIST-TYPE__DOCKER(7)
2
3
4

NAME

6       cdist-type__docker - install Docker CE
7

DESCRIPTION

9       Installs latest Docker Community Edition package.
10

REQUIRED PARAMETERS

12       None.
13

OPTIONAL PARAMETERS

15       state  'present' or 'absent', defaults to 'present'
16
17       version
18              The  specific  version to install. Defaults to the special value
19              'latest', meaning the version the package manager  will  install
20              by default.
21

BOOLEAN PARAMETERS

23       None.
24

EXAMPLES

26          # Install docker
27          __docker
28
29          # Remove docker
30          __docker --state absent
31
32          # Install specific version
33          __docker --state present --version 18.03.0.ce
34

AUTHORS

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

COPYING

39       Copyright  (C)  2016  Steven  Armstrong.  Free  use of this software is
40       granted under the terms of the GNU General  Public  License  version  3
41       (GPLv3).
42
44       ungleich GmbH 2019
45
46
47
48
496.3.0                            Dec 12, 2019            CDIST-TYPE__DOCKER(7)
Impressum