1CDIST-TYPE__DOCKER(7) cdist CDIST-TYPE__DOCKER(7)
2
3
4
6 cdist-type__docker - install Docker CE
7
9 Installs latest Docker Community Edition package.
10
12 None.
13
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
23 None.
24
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
36 Steven Armstrong <steven-cdist--@--armstrong.cc>
37
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 2021
45
46
47
48
496.9.8 Aug 24, 2021 CDIST-TYPE__DOCKER(7)