Files
docker-cli/components/engine/daemon
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-29 23:39:18 +02:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 11:40:27 +02:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-07-29 21:25:56 +03:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-07-16 16:02:26 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-07-29 21:25:56 +03:00
2015-08-26 13:37:52 -04:00
2015-07-31 13:13:40 -07:00
2015-08-27 22:07:42 -07:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver