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