From 5508a82cacba4f370ac9b1d7aaae7dae630d1097 Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Sun, 18 Sep 2016 11:00:19 +0800 Subject: [PATCH] fix typo for docs reference Signed-off-by: yuexiao-wang (cherry picked from commit 0f0b0db842e53c81191385395d6d040574eeb0d9) Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/info.md | 2 +- docs/reference/commandline/push.md | 2 +- docs/reference/commandline/update.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/commandline/info.md b/docs/reference/commandline/info.md index f62add6603..92fc5d343f 100644 --- a/docs/reference/commandline/info.md +++ b/docs/reference/commandline/info.md @@ -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 diff --git a/docs/reference/commandline/push.md b/docs/reference/commandline/push.md index f8803a45d1..9b70fd3516 100644 --- a/docs/reference/commandline/push.md +++ b/docs/reference/commandline/push.md @@ -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 diff --git a/docs/reference/commandline/update.md b/docs/reference/commandline/update.md index 4ad4dc9e62..6993a737d0 100644 --- a/docs/reference/commandline/update.md +++ b/docs/reference/commandline/update.md @@ -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.