Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
| ... | ... |
@@ -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 |
|
| ... | ... |
@@ -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 |
|