1
0
mirror of https://github.com/docker/cli.git synced 2026-01-25 03:42:05 +03:00
Files
cli/components/engine/docs/sources/commandline/command/build.rst
Guillaume J. Charmes cb5a080cbe Add doc for the builder
Upstream-commit: bbb634a98068171b6b6f4bbb9c7160284ef252e4
Component: engine
2013-05-06 16:01:00 -07:00

280 B

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