mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #29730 from rallytime/fix-24698
Update docker-py version requirement to 0.6.0 for dockerio.py files
This commit is contained in:
commit
f43f3d166c
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
----------------------------------------------------
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue