Require volumes_from a container to be explicit in V2 config.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
c3968a439f
commit
b76dc1e05e
11 changed files with 166 additions and 53 deletions
2
setup.py
2
setup.py
|
|
@ -28,7 +28,7 @@ def find_version(*file_paths):
|
|||
|
||||
|
||||
install_requires = [
|
||||
'cached-property >= 1.2.0',
|
||||
'cached-property >= 1.2.0, < 2',
|
||||
'docopt >= 0.6.1, < 0.7',
|
||||
'PyYAML >= 3.10, < 4',
|
||||
'requests >= 2.6.1, < 2.8',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue