Add doc for the builder
Upstream-commit: bbb634a98068171b6b6f4bbb9c7160284ef252e4 Component: engine
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user