Files
docker-docs/daemon
Brian Goff 00ec6102d9 Probe all drivers if volume driver not specified
This fixes an issue where `docker run -v foo:/bar --volume-driver
<remote driver>` -> daemon restart -> `docker run -v foo:/bar` would
make a `local` volume after the restart instead of using the existing
volume from the remote driver.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-02-10 20:43:15 -05:00
..
2016-01-20 12:52:05 +08:00
2016-02-05 16:50:35 +01:00
2016-02-01 09:57:38 -08:00
2016-02-01 09:57:38 -08:00
2016-02-09 14:26:51 -05:00
2016-02-05 02:24:23 -05:00
2016-02-03 15:45:20 +08:00
2016-02-03 10:43:01 -08:00
2016-02-02 21:05:01 -05:00
2016-01-14 08:17:40 +00:00
2016-01-26 23:47:02 +11:00
2016-02-03 15:45:20 +08:00
2016-02-09 14:25:02 -05:00
2016-02-09 14:25:02 -05:00
2016-02-03 15:45:20 +08:00
2016-02-03 15:45:20 +08:00
2016-02-03 15:45:20 +08:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver