Add doc for the builder

Upstream-commit: bbb634a98068171b6b6f4bbb9c7160284ef252e4
Component: engine
This commit is contained in:
Guillaume J. Charmes
2013-05-06 16:01:00 -07:00
parent 1d572627af
commit cb5a080cbe
5 changed files with 117 additions and 1 deletions
@@ -0,0 +1,9 @@
===========================================
``build`` -- Build a container from Dockerfile via stdin
===========================================
::
Usage: docker build -
Example: cat Dockerfile | docker build -
Build a new image from the Dockerfile passed via stdin