Fix the required min docker version
We are using the mount propagation in Docker 1.10. TrivialFix Change-Id: Ic2ef1fbce9dba217eac75f3743cef7f6ac702b00
This commit is contained in:
parent
815f040ee8
commit
0ef2a3691f
@ -1,3 +1,3 @@
|
|||||||
docker_version_min: '1.9.0'
|
docker_version_min: '1.10.0'
|
||||||
docker_py_version_min: '1.6.0'
|
docker_py_version_min: '1.6.0'
|
||||||
ansible_version_max: '2.0.0'
|
ansible_version_max: '2.0.0'
|
||||||
|
@ -59,7 +59,7 @@ and OverlayFS. In order to update kernel in Ubuntu 14.04 LTS to 4.2, run:
|
|||||||
Component Min Version Max Version Comment
|
Component Min Version Max Version Comment
|
||||||
===================== =========== =========== =========================
|
===================== =========== =========== =========================
|
||||||
Ansible 1.9.4 < 2.0.0 On deployment host
|
Ansible 1.9.4 < 2.0.0 On deployment host
|
||||||
Docker 1.9.0 none On target nodes
|
Docker 1.10.0 none On target nodes
|
||||||
Docker Python 1.6.0 none On target nodes
|
Docker Python 1.6.0 none On target nodes
|
||||||
Python Jinja2 2.6.0 none On deployment host
|
Python Jinja2 2.6.0 none On deployment host
|
||||||
===================== =========== =========== =========================
|
===================== =========== =========== =========================
|
||||||
|
Loading…
Reference in New Issue
Block a user