storage/volume
Brian Goff b05b237075 Support mount opts for `local` volume driver
Allows users to submit options similar to the `mount` command when
creating a volume with the `local` volume driver.

For example:

```go
$ docker volume create -d local --opt type=nfs --opt device=myNfsServer:/data --opt o=noatime,nosuid
```

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-03-03 10:32:25 -05:00
..
drivers Fix panic when plugin responds with null volume 2016-02-24 20:45:38 -05:00
local Support mount opts for `local` volume driver 2016-03-03 10:32:25 -05:00
store Fix issue with multiple volume refs with same name 2016-02-16 21:46:13 -05:00
testutils Move responsibility of ls/inspect to volume driver 2016-01-05 16:28:38 -05:00
volume.go Remove static errors from errors package. 2016-02-26 15:49:09 -05:00
volume_propagation_linux.go Add capability to specify mount propagation per volume 2015-12-14 10:39:53 -05:00
volume_propagation_linux_test.go Remove static errors from errors package. 2016-02-26 15:49:09 -05:00
volume_propagation_unsupported.go Add capability to specify mount propagation per volume 2015-12-14 10:39:53 -05:00
volume_test.go Remove static errors from errors package. 2016-02-26 15:49:09 -05:00
volume_unix.go Remove static errors from errors package. 2016-02-26 15:49:09 -05:00
volume_windows.go Remove static errors from errors package. 2016-02-26 15:49:09 -05:00