Merge pull request #571 from lorin/volumes-from

docker: fix volume[s]_from typo
This commit is contained in:
Toshio Kuratomi 2014-12-27 17:10:45 -08:00
commit f9574cc318

View file

@ -467,7 +467,7 @@ class DockerManager(object):
# server APIVersion is passed to a docker-py function that takes strings
_cap_ver_req = {
'dns': ((0, 3, 0), '1.10'),
'volume_from': ((0, 3, 0), '1.10'),
'volumes_from': ((0, 3, 0), '1.10'),
'restart_policy': ((0, 5, 0), '1.14'),
# Clientside only
'insecure_registry': ((0, 5, 0), '0.0')