浏览代码

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

Signed-off-by: Ricardo N Feliciano <FelicianoTech@gmail.com>
Ricardo N Feliciano 8 年之前
父节点
当前提交
0bd77d2381
共有 1 个文件被更改,包括 1 次插入0 次删除
  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