community.general/lib/ansible/modules/cloud/docker
Lorin Hochstein 09e10ea031 Don't pass volumes_from to create_container
Don't pass the volumes_from argument to the Docker create_container method.

If the volumes_from argument is passed to the create_container method, Docker
raises the following exception:

    docker.errors.DockerException: 'volumes_from' parameter has no effect on
    create_container(). It has been moved to start()
2016-12-08 11:22:47 -05:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
docker.py Don't pass volumes_from to create_container 2016-12-08 11:22:47 -05:00
docker_image.py undeprecated docker_image until replacement actually arives 2016-12-08 11:22:45 -05:00