build.rst 306 B

123456789
  1. ========================================================
  2. ``build`` -- Build a container from Dockerfile via stdin
  3. ========================================================
  4. ::
  5. Usage: docker build -
  6. Example: cat Dockerfile | docker build -
  7. Build a new image from the Dockerfile passed via stdin