Fix 'Specify a Dockerfile (-f)' heading in Engine CLI Docs.

Signed-off-by: Ricardo N Feliciano <FelicianoTech@gmail.com>
This commit is contained in:
Ricardo N Feliciano 2017-03-19 17:53:10 -04:00 committed by Tibor Vass
parent 7150d7328c
commit 30b0334917
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@ For example, to tag an image both as `whenry/fedora-jboss:latest` and
```bash
$ docker build -t whenry/fedora-jboss:latest -t whenry/fedora-jboss:v2.1 .
```
### Specify a Dockerfile (-f)
```bash