Files
docker-cli/components/engine/integration-cli
Brian Goff ee5c0b914e Set bind driver after volume is created
When using a named volume without --volume-driver, the driver was
hardcoded to "local".
Even when the volume was already created by some other driver (and
visible in `docker volume ls`), the container would store in it's own
config that it was the `local` driver.
The external driver would work perfecly fine until the daemon is
restarted, at which point the `local` driver was assumed because that is
as it was set in the container config.

Set the bind driver to the driver returned by createVolume.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: 39be36658d559d0fe28c902ad0f45287868c7ebb
Component: engine
2015-09-02 20:13:20 -04:00
..
2015-07-24 14:08:20 -07:00
2015-08-26 13:37:52 -04:00
2015-08-26 13:37:52 -04:00
2015-08-26 13:37:52 -04:00
2015-08-26 13:37:52 -04:00
2015-08-26 13:37:52 -04:00