bootstrap-vz/bootstrapvz/plugins/docker_daemon
2018-04-09 22:27:43 -07:00
..
assets Add comment-header to files deployed by bootstrap-vz (resolves #429) 2018-01-20 18:18:56 +01:00
__init__.py fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
manifest-schema.yml remove squeeze support 2018-02-08 06:02:20 +00:00
README.rst Docs: fix wrongfully escaped terms 2015-04-28 01:21:07 -03:00
tasks.py pylint E1608(old-octal-literal) 2018-04-09 22:27:43 -07:00

Docker daemon
-------------

Install `docker <http://www.docker.io/>`__ daemon in the image. Uses
init scripts for the official repository.

This plugin can only be used if the distribution being bootstrapped is
at least ``wheezy``, as Docker needs a kernel version ``3.8`` or higher,
which is available at the ``wheezy-backports`` repository. There's also
an architecture requirement, as it runs only on ``amd64``.

Settings
~~~~~~~~

-  ``version``: Selects the docker version to install. To select the
   latest version simply omit this setting.
   Default: ``latest``
   ``optional``