소스 검색

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