cdist-type__docker_swarm - Man Page

Manage Swarm

Description

This type can initialize Docker swarm mode. For more information about swarm mode, see Swarm mode overview.

Optional Parameters

state

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

present

Swarm is initialized

absent

Swarm is left

Examples

# Initializes a swarm
__docker_swarm

# Leaves a swarm
__docker_swarm --state absent

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.

Info

Jul 31, 2022 7.0.0 cdist