moby--moby/volume
David Calavera d6d60287ee Move volume name validation to the local driver.
Delegate validation tasks to the volume drivers. It's up to them
to decide whether a name is valid or not.
Restrict volume names for the local driver to prevent creating
mount points outside docker's volumes directory.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-10-21 12:28:26 -04:00
..
drivers Merge pull request #16493 from cpuguy83/doc_plugin_rpcgen 2015-09-23 15:36:05 -04:00
local Move volume name validation to the local driver. 2015-10-21 12:28:26 -04:00
store Move volume ref counting store to a package. 2015-09-21 12:46:49 -04:00
testutils Move volume ref counting store to a package. 2015-09-21 12:46:49 -04:00
volume.go