moby--moby/volume/drivers
Brian Goff 9e6b1852a7 Fix N+1 calling `Path()` on `volume ls`
Implements a `CachedPath` function on the volume plugin adapter that we
call from the volume list function instead of `Path.
If a driver does not implement `CachedPath` it will just call `Path`.

Also makes sure we store the path on Mount and remove the path on
Unmount.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-04-12 20:30:34 -04:00
..
adapter.go Fix N+1 calling `Path()` on `volume ls` 2016-04-12 20:30:34 -04:00
extpoint.go add label support for build, networks and volumes 2016-03-22 11:49:06 -04:00
extpoint_test.go Move responsibility of ls/inspect to volume driver 2016-01-05 16:28:38 -05:00
proxy.go Move responsibility of ls/inspect to volume driver 2016-01-05 16:28:38 -05:00
proxy_test.go Move responsibility of ls/inspect to volume driver 2016-01-05 16:28:38 -05:00