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:
Allen Gao 2016-02-09 13:18:19 +08:00
parent 815f040ee8
commit 0ef2a3691f
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
docker_version_min: '1.9.0'
docker_version_min: '1.10.0'
docker_py_version_min: '1.6.0'
ansible_version_max: '2.0.0'

View File

@ -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
===================== =========== =========== =========================
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
Python Jinja2 2.6.0 none On deployment host
===================== =========== =========== =========================