cdist/cdist/conf/type/__docker/man.rst

57 lines
887 B
ReStructuredText
Raw Normal View History

cdist-type__docker(7)
=====================
NAME
----
cdist-type__docker - install docker-engine
DESCRIPTION
-----------
Installs latest docker-engine package from dockerproject.org.
REQUIRED PARAMETERS
-------------------
None.
OPTIONAL PARAMETERS
-------------------
None.
BOOLEAN PARAMETERS
------------------
experimental
2016-12-05 07:53:48 +00:00
Install the experimental docker-engine package instead of the latest stable release.
state
'present' or 'absent', defaults to 'present'
EXAMPLES
--------
2016-12-03 17:14:58 +00:00
.. code-block:: sh
# Install docker
2016-12-03 17:14:58 +00:00
__docker
# Install experimental
2016-12-03 17:14:58 +00:00
__docker --experimental
# Remove docker
__docker --state absent
2016-12-03 17:14:58 +00:00
AUTHORS
-------
Steven Armstrong <steven-cdist--@--armstrong.cc>
COPYING
-------
Copyright \(C) 2016 Steven Armstrong. Free use of this software is
granted under the terms of the GNU General Public License version 3 (GPLv3).