:title: Build Command :description: Build a new image from the Dockerfile passed via stdin :keywords: build, docker, container, documentation ======================================================== ``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