fix documentation error: volume-opt in service create

Signed-off-by: pacoxu<paco.xu@daocloud.io>
Signed-off-by: pacoxu <paco.xu@daocloud.io>
Upstream-commit: 775c66a58c620d9f1b469f9248a733b1d29f21c8
Component: engine
This commit is contained in:
徐俊杰
2017-04-01 11:54:09 +08:00
committed by pacoxu
parent e0362b90f0
commit f82dd4d1b5
@@ -424,7 +424,7 @@ The following options can only be used for named volumes (`type=volume`);
Options specific to a given volume driver, which will be passed to the
driver when creating the volume. Options are provided as a comma-separated
list of key/value pairs, for example,
<tt>volume-opt=some-option=some-value,some-other-option=some-other-value</tt>.
<tt>volume-opt=some-option=some-value,volume-opt=some-other-option=some-other-value</tt>.
For available options for a given driver, refer to that driver's
documentation.
</td>