build.rst 449 B

12345678910111213
  1. :title: Build Command
  2. :description: Build a new image from the Dockerfile passed via stdin
  3. :keywords: build, docker, container, documentation
  4. ========================================================
  5. ``build`` -- Build a container from Dockerfile via stdin
  6. ========================================================
  7. ::
  8. Usage: docker build -
  9. Example: cat Dockerfile | docker build -
  10. Build a new image from the Dockerfile passed via stdin