fix typo for docs reference
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
(cherry picked from commit 0f0b0db842
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
0e29518469
commit
5508a82cac
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,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
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ Another configuration you can change with this command is restart policy,
|
|||
new restart policy will take effect instantly after you run `docker update`
|
||||
on a container.
|
||||
|
||||
## EXAMPLES
|
||||
## Examples
|
||||
|
||||
The following sections illustrate ways to use this command.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue