Bladeren bron

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

Signed-off-by: Ricardo N Feliciano <FelicianoTech@gmail.com>
Ricardo N Feliciano 8 jaren geleden
bovenliggende
commit
0bd77d2381
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      docs/reference/commandline/build.md

+ 1 - 0
docs/reference/commandline/build.md

@@ -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