mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-12-16 23:00:23 +00:00
The way boot options for linux and config params for grub were configured gave rise to quite a few bugs. The configuration has now been abstracted so that options can be added without interfering with the work of other tasks (no more sed_i!) |
||
|---|---|---|
| .. | ||
| assets | ||
| __init__.py | ||
| manifest-schema.yml | ||
| README.rst | ||
| tasks.py | ||
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``