Browse code

fix typo for docs reference

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>

yuexiao-wang authored on 2016/09/18 12:00:19
Showing 3 changed files
... ...
@@ -38,7 +38,7 @@ meta data regarding those images are stored. When run for the first time Docker
38 38
 allocates a certain amount of data space and meta data space from the space
39 39
 available on the volume where `/var/lib/docker` is mounted.
40 40
 
41
-# EXAMPLES
41
+# Examples
42 42
 
43 43
 ## Display Docker system information
44 44
 
... ...
@@ -31,7 +31,7 @@ running in a terminal, terminates the push operation.
31 31
 
32 32
 Registry credentials are managed by [docker login](login.md).
33 33
 
34
-## EXAMPLES
34
+## Examples
35 35
 
36 36
 ### Pushing a new image to a registry
37 37
 
... ...
@@ -41,7 +41,7 @@ options on a running or a stopped container. On kernel version older than
41 41
 4.6, you can only update `--kernel-memory` on a stopped container or on
42 42
 a running container with kernel memory initialized.
43 43
 
44
-## EXAMPLES
44
+## Examples
45 45
 
46 46
 The following sections illustrate ways to use this command.
47 47