mirror of https://github.com/docker/cli.git
Fix 'Specify a Dockerfile (-f)' heading in Engine CLI Docs.
Signed-off-by: Ricardo N Feliciano <FelicianoTech@gmail.com>
This commit is contained in:
parent
7150d7328c
commit
30b0334917
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue