mirror of
https://github.com/docker/docs.git
synced 2026-04-03 01:38:58 +07:00
10 lines
280 B
ReStructuredText
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
|