ansible/cloud/docker
Lorin Hochstein 48ce8bb564 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()
2014-12-27 22:05:55 -05:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2014-11-05 11:07:19 -05:00
_docker_image.py Deprecate docker_image, use the docker module to deploy docker images, or shell out to docker to call 2014-11-05 16:13:55 -05:00
docker.py Don't pass volumes_from to create_container 2014-12-27 22:05:55 -05:00