Merge pull request #31941 from felicianotech/fix/cli-build-heading

Fix 'Specify a Dockerfile (-f)' heading in Engine CLI Docs.
This commit is contained in:
Sebastiaan van Stijn 2017-03-20 12:51:47 +01:00 committed by GitHub
commit a8b20f4789

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