1CDIST-TYPE__DOCKER_CONFIG(7) cdist CDIST-TYPE__DOCKER_CONFIG(7)
2
3
4
6 cdist-type__docker_config - Manage Docker configs
7
9 This type manages Docker configs.
10
12 source Path to the source file. If it is '-' (dash), read standard
13 input.
14
15 state 'present' or 'absent', defaults to 'present' where:
16
17 present
18 if the config does not exist, it is created
19
20 absent the config is removed
21
23 Since Docker configs cannot be updated once created, this type tries
24 removing and recreating the config if it changes. If the config is used
25 by a service at the time of removing, then this type will fail.
26
28 # Creates "foo" config from "bar" source file
29 __docker_config foo --source bar
30
32 Ľubomír Kučera <lubomir.kucera.jr at gmail.com>
33
35 Copyright (C) 2018 Ľubomír Kučera. You can redistribute it and/or mod‐
36 ify it under the terms of the GNU General Public License as published
37 by the Free Software Foundation, either version 3 of the License, or
38 (at your option) any later version.
39
41 ungleich GmbH 2019
42
43
44
45
466.4.0 Jan 04, 2020 CDIST-TYPE__DOCKER_CONFIG(7)