Merge pull request #7178 from adamancini/patch-8

Merging based on previous conversation
This commit is contained in:
Maria Bermudez 2019-01-02 13:42:00 -08:00 committed by GitHub
commit e6edbdd945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -1950,9 +1950,12 @@ Specify a list of options as key-value pairs to pass to the driver for this
volume. Those options are driver-dependent - consult the driver's
documentation for more information. Optional.
driver_opts:
foo: "bar"
baz: 1
volumes:
example:
driver_opts:
type: "nfs"
o: "addr=10.40.0.199,nolock,soft,rw"
device: ":/docker/example"
### external