mirror of https://github.com/ansible/ansible.git
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()
pull/18777/head
parent
264a16d822
commit
09e10ea031
Loading…
Reference in New Issue