mirror of https://github.com/docker/cli.git
fix typo for docs reference
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
parent
f7b0c9b472
commit
20463c7b18
|
@ -38,7 +38,7 @@ meta data regarding those images are stored. When run for the first time Docker
|
|||
allocates a certain amount of data space and meta data space from the space
|
||||
available on the volume where `/var/lib/docker` is mounted.
|
||||
|
||||
# EXAMPLES
|
||||
# Examples
|
||||
|
||||
## Display Docker system information
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ running in a terminal, terminates the push operation.
|
|||
|
||||
Registry credentials are managed by [docker login](login.md).
|
||||
|
||||
## EXAMPLES
|
||||
## Examples
|
||||
|
||||
### Pushing a new image to a registry
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ options on a running or a stopped container. On kernel version older than
|
|||
4.6, you can only update `--kernel-memory` on a stopped container or on
|
||||
a running container with kernel memory initialized.
|
||||
|
||||
## EXAMPLES
|
||||
## Examples
|
||||
|
||||
The following sections illustrate ways to use this command.
|
||||
|
||||
|
|
Loading…
Reference in New Issue