logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cdist-type__docker_stack - Manage Docker stacks

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.

Description

This type manages service stacks. NOTE: Since there is no easy way to tell whether a stack needs to be updated, dockerstackdeploy 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.

Examples

# Deploys 'foo' stack defined in 'docker-compose.yml' compose file __docker_stack foo --compose-file docker-compose.yml

Name

cdist-type__docker_stack - Manage Docker stacks

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

See Also