Files
docker-cli/docs/reference
Brian Goff b1bac487a6 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>
2017-06-02 00:07:31 +00:00
..
2017-06-02 00:07:15 +00:00
2017-06-02 00:07:26 +00:00
2017-06-02 00:07:28 +00:00