16.45. cdist-type__docker_stack(7)¶
16.45.1. NAME¶
cdist-type__docker_stack - Manage Docker stacks
16.45.2. DESCRIPTION¶
This type manages service stacks.
Note
Since there is no easy way to tell whether a stack needs to be updated, docker stack deploy is being run every time this type is invoked. However, it does not mean this type is not idempotent. If Docker does not detect changes, the existing stack will not be updated.
16.45.3. OPTIONAL PARAMETERS¶
- compose-file
Path to the compose file. If it is '-' (dash), read standard input.
- state
'present' or 'absent', defaults to 'present' where:
- present
the stack is deployed
- absent
the stack is removed
16.45.4. EXAMPLES¶
# Deploys 'foo' stack defined in 'docker-compose.yml' compose file
__docker_stack foo --compose-file docker-compose.yml
16.45.6. 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.