table of contents
CDIST-TYPE__DOCKER_CONFIG(7) | cdist | CDIST-TYPE__DOCKER_CONFIG(7) |
NAME¶
cdist-type__docker_config - Manage Docker configs
DESCRIPTION¶
This type manages Docker configs.
OPTIONAL PARAMETERS¶
- source
- Path to the source file. If it is '-' (dash), read standard input.
- state
- 'present' or 'absent', defaults to 'present' where:
CAVEATS¶
Since Docker configs cannot be updated once created, this type tries removing and recreating the config if it changes. If the config is used by a service at the time of removing, then this type will fail.
EXAMPLES¶
# Creates "foo" config from "bar" source file __docker_config foo --source bar
AUTHORS¶
Ľubomír Kučera <lubomir.kucera.jr at gmail.com>
COPYING¶
Copyright (C) 2018 Ľubomír Kučera. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
COPYRIGHT¶
ungleich GmbH 2019
June 23, 2019 | 5.1.2 |