1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/volume/store
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
..
errors.go Move responsibility of ls/inspect to volume driver 2016-01-05 16:28:38 -05:00
store.go Probe all drivers if volume driver not specified 2016-02-10 20:43:15 -05:00
store_test.go Make volume dangling filter return only used volumes with dangling=false. 2016-01-25 16:26:51 -05:00
store_unix.go
store_windows.go Fix typos found across repository 2015-12-13 18:04:12 +02:00