Merge pull request #5349 from ipbabble/manpages

Manpages - fixes and merged tianon/docker man1-assumption branch
This commit is contained in:
Sven Dowideit 2014-04-24 09:43:42 +10:00
commit 0ade0af27e
1 changed files with 2 additions and 2 deletions

View File

@ -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**.