From a5b4a907485c76088d02226df62b0a27bd76117f Mon Sep 17 00:00:00 2001 From: William Henry Date: Tue, 22 Apr 2014 22:17:33 -0600 Subject: [PATCH 1/2] Fixed an missing '-' on the "--rm" Docker-DCO-1.1-Signed-off-by: William Henry (github: ipbabble) Changes to be committed: modified: contrib/man/md/docker-build.md --- contrib/man/md/docker-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/man/md/docker-build.md b/contrib/man/md/docker-build.md index 679dc577c4..c61ee63940 100644 --- a/contrib/man/md/docker-build.md +++ b/contrib/man/md/docker-build.md @@ -6,7 +6,7 @@ docker-build - Build a container image from a Dockerfile source at PATH # SYNOPSIS **docker build** [**--no-cache**[=*false*] [**-q**|**--quiet**[=*false*] - [**-rm**] [**-t**|**--tag**=*tag*] PATH | URL | - + [**--rm**] [**-t**|**--tag**=*tag*] PATH | URL | - # DESCRIPTION This will read the Dockerfile from the directory specified in **PATH**. From a6fd2c237ecca330554ec8bdaf7b2acfe68de1ce Mon Sep 17 00:00:00 2001 From: William Henry Date: Tue, 22 Apr 2014 22:35:59 -0600 Subject: [PATCH 2/2] Fixed some missing ']' and the TAG Docker-DCO-1.1-Signed-off-by: William Henry (github: ipbabble) Changes to be committed: modified: contrib/man/md/docker-build.1.md --- contrib/man/md/docker-build.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/man/md/docker-build.1.md b/contrib/man/md/docker-build.1.md index c61ee63940..b3e9a2842e 100644 --- a/contrib/man/md/docker-build.1.md +++ b/contrib/man/md/docker-build.1.md @@ -5,8 +5,8 @@ docker-build - Build a container image from a Dockerfile source at PATH # SYNOPSIS -**docker build** [**--no-cache**[=*false*] [**-q**|**--quiet**[=*false*] - [**--rm**] [**-t**|**--tag**=*tag*] PATH | URL | - +**docker build** [**--no-cache**[=*false*]] [**-q**|**--quiet**[=*false*]] + [**--rm**] [**-t**|**--tag**=TAG] PATH | URL | - # DESCRIPTION This will read the Dockerfile from the directory specified in **PATH**.