1CDIST-TYPE__DOCKER_SWARM(7) cdist CDIST-TYPE__DOCKER_SWARM(7)
2
3
4
6 cdist-type__docker_swarm - Manage Swarm
7
9 This type can initialize Docker swarm mode. For more information about
10 swarm mode, see Swarm mode overview.
11
13 state 'present' or 'absent', defaults to 'present' where:
14
15 present
16 Swarm is initialized
17
18 absent Swarm is left
19
21 # Initializes a swarm
22 __docker_swarm
23
24 # Leaves a swarm
25 __docker_swarm --state absent
26
28 Ľubomír Kučera <lubomir.kucera.jr at gmail.com>
29
31 Copyright (C) 2018 Ľubomír Kučera. You can redistribute it and/or mod‐
32 ify it under the terms of the GNU General Public License as published
33 by the Free Software Foundation, either version 3 of the License, or
34 (at your option) any later version.
35
37 ungleich GmbH 2020
38
39
40
41
426.9.4 Dec 21, 2020 CDIST-TYPE__DOCKER_SWARM(7)