Update docker-py version requirement to 0.6.0 for dockerio.py files

Fixes #24698
This commit is contained in:
rallytime 2015-12-15 17:08:53 -07:00
parent f606c23ea8
commit 120fd5fdf0
2 changed files with 4 additions and 4 deletions

View file

@ -24,12 +24,12 @@ Installation Prerequisites
path that is running salt. Its version should support `Docker Remote API
v1.12 <http://docs.docker.io/en/latest/reference/api/docker_remote_api_v1.12>`_.
Currently, ``docker-py 0.5.0`` is known to support `Docker Remote API v1.12
Currently, ``docker-py 0.6.0`` is known to support `Docker Remote API v1.12
<http://docs.docker.io/en/latest/reference/api/docker_remote_api_v1.12>`_
.. code-block:: bash
pip install docker-py==0.5.0
pip install docker-py==0.6.0
Prerequisite Pillar Configuration for Authentication
----------------------------------------------------

View file

@ -18,8 +18,8 @@ wrapper. The base supported wrapper type is
.. note::
This state module requires
`docker-py <https://github.com/dotcloud/docker-py>`_
which supports `Docker Remote API version 1.6
`docker-py <https://github.com/dotcloud/docker-py>`_ version >= 0.6.0
which supports `Docker Remote API version 1.12
<http://docs.docker.io/en/latest/reference/api/docker_remote_api_v1.6>`_.
Available Functions