DockerCLI/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
..
commandline Support mount opts for `local` volume driver 2017-06-02 00:07:31 +00:00
builder.md Docs: add note about CMD and ENTRYPOINT commands 2017-06-02 00:07:30 +00:00
glossary.md First pass at consolidating 2017-06-02 00:07:15 +00:00
index.md Creating Engine specific menu 2017-06-02 00:07:26 +00:00
run.md update cap-add docs for seccomp 2017-06-02 00:07:28 +00:00