1CDIST-TYPE__DOCKER_COMPOSE(7) cdist CDIST-TYPE__DOCKER_COMPOSE(7)
2
3
4
6 cdist-type__docker_compose - install docker-compose
7
9 Installs docker-compose package. State 'absent' will not remove docker
10 binary itself, only docker-compose binary will be removed
11
13 None.
14
16 version
17 Define docker_compose version, defaults to "1.9.0"
18
19 state 'present' or 'absent', defaults to 'present'
20
22 None.
23
25 # Install docker-compose
26 __docker_compose
27
28 # Install version 1.9.0-rc4
29 __docker_compose --version 1.9.0-rc4
30
31 # Remove docker-compose
32 __docker_compose --state absent
33
35 Dominique Roux <dominique.roux--@--ungleich.ch>
36
38 Copyright (C) 2016 Dominique Roux. Free use of this software is granted
39 under the terms of the GNU General Public License version 3 or later
40 (GPLv3+).
41
43 ungleich GmbH 2021
44
45
46
47
487.0.0 Jul 31, 2022 CDIST-TYPE__DOCKER_COMPOSE(7)