mirror of https://github.com/docker/docs.git
Fixed some missing ']' and the TAG
Docker-DCO-1.1-Signed-off-by: William Henry <whenry@redhat.com> (github: ipbabble) Changes to be committed: modified: contrib/man/md/docker-build.1.md
This commit is contained in:
parent
687653e599
commit
a6fd2c237e
|
@ -5,8 +5,8 @@
|
||||||
docker-build - Build a container image from a Dockerfile source at PATH
|
docker-build - Build a container image from a Dockerfile source at PATH
|
||||||
|
|
||||||
# SYNOPSIS
|
# SYNOPSIS
|
||||||
**docker build** [**--no-cache**[=*false*] [**-q**|**--quiet**[=*false*]
|
**docker build** [**--no-cache**[=*false*]] [**-q**|**--quiet**[=*false*]]
|
||||||
[**--rm**] [**-t**|**--tag**=*tag*] PATH | URL | -
|
[**--rm**] [**-t**|**--tag**=TAG] PATH | URL | -
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
This will read the Dockerfile from the directory specified in **PATH**.
|
This will read the Dockerfile from the directory specified in **PATH**.
|
||||||
|
|
Loading…
Reference in New Issue