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_swarm - Manage Swarm

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  can  initialize  Docker  swarm  mode.  For  more information about swarm mode, see Swarmmodeoverview.

Examples

          # Initializes a swarm
          __docker_swarm

          # Leaves a swarm
          __docker_swarm --state absent

Name

       cdist-type__docker_swarm - Manage Swarm

Optional Parameters

state  'present' or 'absent', defaults to 'present' where:

              present
                     Swarm is initialized

              absent Swarm is left

See Also