bootstrap-vz/bootstrapvz/plugins/docker_daemon
Tiago Ilieve 0f5de13bae Add version option to docker_daemon plugin
As requested on #147, there is now an option to specify the Docker
version to be installed when using the `docker_daemon` plugin. The
version string is validated against a pattern extracted from the
Docker's CHANGELOG. If the version is not present, it will just download
the latest available.

The download method was also changed from `urllib` to `wget`, so we can
see its progress if needed.

This closes #147.
2014-09-13 15:08:52 -03:00
..
assets plugins/docker_daemon: initial import 2014-05-17 12:37:06 -03:00
__init__.py Move AddBackports to common.tasks.apt 2014-07-12 14:42:52 -03:00
manifest-schema.yml Add version option to docker_daemon plugin 2014-09-13 15:08:52 -03:00
tasks.py Add version option to docker_daemon plugin 2014-09-13 15:08:52 -03:00