mirror of https://github.com/docker/docs.git
Merge pull request #7178 from adamancini/patch-8
Merging based on previous conversation
This commit is contained in:
commit
e6edbdd945
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue