Files
docker-docs/docs/sources/commandline/command/build.rst
Guillaume J. Charmes bbb634a980 Add doc for the builder
2013-05-06 16:01:00 -07:00

10 lines
280 B
ReStructuredText

===========================================
``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