1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Modify serial number and fix some typos

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang 2016-11-15 17:15:26 +08:00
parent da32371922
commit 9ddd1242db

View file

@ -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 graph driver for use with Docker engine. This is an alternative to using the
built-in storage drivers, such as aufs/overlay/devicemapper/btrfs. 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 the plugin must be started and available for connections prior to Docker Engine
being started. 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", "Path": "/some/path",
"Kind": 0, "Kind": 0,