Files
docker-cli/components/engine/integration-cli
Brian Goff 8bbce28a1d 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>
Upstream-commit: b05b2370757d7143d761e5e6abb8c0f9b009f737
Component: engine
2016-03-03 10:32:25 -05:00
..
2016-02-29 13:01:31 -05:00
2016-02-23 09:51:09 -08:00
2016-01-14 08:17:40 +00:00
2016-02-23 17:27:55 +08:00
2016-02-17 22:52:06 -05:00
2016-02-25 13:40:00 -08:00