From 0524cec07b583548a7544d11d259c86f8195e609 Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Tue, 15 Nov 2016 17:15:26 +0800 Subject: [PATCH] Modify serial number and fix some typos Signed-off-by: yuexiao-wang --- experimental/plugins_graphdriver.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experimental/plugins_graphdriver.md b/experimental/plugins_graphdriver.md index e94fbb63f1..de244c41a9 100644 --- a/experimental/plugins_graphdriver.md +++ b/experimental/plugins_graphdriver.md @@ -4,7 +4,7 @@ Docker graph driver plugins enable admins to use an external/out-of-process graph driver for use with Docker engine. This is an alternative to using the built-in storage drivers, such as aufs/overlay/devicemapper/btrfs. -A graph driver plugin is used for image and container fs storage, as such +A graph driver plugin is used for image and container filesystem storage, as such the plugin must be started and available for connections prior to Docker Engine being started. @@ -269,7 +269,7 @@ Get a list of changes between the filesystem layers specified by the `ID` and } ``` -Responds with a list of changes. The structure of a change is: +Respond with a list of changes. The structure of a change is: ``` "Path": "/some/path", "Kind": 0,