* Fix closing strings in graphdriver plugin documentation Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org> * Fix documenation for Err type in graphdriver plugins Fix https://github.com/docker/go-plugins-helpers/issues/24 Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org> * Add missing MountLabel argument in graphdriver plugin documentation The real `Create` seems also to take more arguments (the `storageOpt`) which are not exposed to the plugin API (yet?). Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org> * Add missing CreateReadWrite in graphdriver plugin documentation Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org> Upstream-commit: 44fe649c2ed6c1c6ba201086c1f83ec993ce9064 Component: engine