Update documentation for docker build

This commit is contained in:
Guillaume J. Charmes
2013-06-06 16:48:36 -07:00
parent 12c9b9b3c9
commit 2cc22de696
3 changed files with 6 additions and 1 deletions
+3 -1
View File
@@ -8,9 +8,11 @@
::
Usage: docker build [OPTIONS] PATH | -
Usage: docker build [OPTIONS] PATH | URL | -
Build a new container image from the source code at PATH
-t="": Tag to be applied to the resulting image in case of success.
When a single Dockerfile is given as URL, then no context is set. When a git reppository is set as URL, the repository is used as context
Examples
--------