| ... | ... |
@@ -18,7 +18,7 @@ steps and commit them along the way, giving you a final image. |
| 18 | 18 |
To use Docker Builder, assemble the steps into a text file (commonly referred to |
| 19 | 19 |
as a Dockerfile) and supply this to `docker build` on STDIN, like so: |
| 20 | 20 |
|
| 21 |
- ``docker build < Dockerfile`` |
|
| 21 |
+ ``docker build - < Dockerfile`` |
|
| 22 | 22 |
|
| 23 | 23 |
Docker will run your steps one-by-one, committing the result if necessary, |
| 24 | 24 |
before finally outputting the ID of your new image. |