cdist/cdist/conf/type/__docker_compose/man.rst

59 lines
999 B
ReStructuredText
Raw Normal View History

cdist-type__docker_compose(7)
=============================
NAME
----
cdist-type__docker_compose - install docker-compose
DESCRIPTION
-----------
2016-12-13 07:16:24 +00:00
Installs docker-compose package.
2016-12-31 10:06:06 +00:00
State 'absent' will not remove docker binary itself,
2016-12-31 10:03:28 +00:00
only docker-compose binary will be removed
REQUIRED PARAMETERS
-------------------
None.
OPTIONAL PARAMETERS
-------------------
2016-12-13 07:09:14 +00:00
version
2016-12-13 07:16:24 +00:00
Define docker_compose version, defaults to "1.9.0"
state
'present' or 'absent', defaults to 'present'
BOOLEAN PARAMETERS
------------------
None.
EXAMPLES
--------
.. code-block:: sh
# Install docker-compose
__docker_compose
2016-12-13 07:09:14 +00:00
# Install version 1.9.0-rc4
__docker_compose --version 1.9.0-rc4
# Remove docker-compose
__docker_compose --state absent
AUTHORS
-------
Dominique Roux <dominique.roux--@--ungleich.ch>
COPYING
-------
Copyright \(C) 2016 Dominique Roux. Free use of this software is
2016-12-12 08:09:48 +00:00
granted under the terms of the GNU General Public License version 3 or later (GPLv3+).