From dcfa881a7b12e9a737b25ada98ec0c76e58c9c9c Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Tue, 27 Jan 2015 11:19:02 +0800 Subject: [PATCH] docs: fix a typo in docker-build man page s/Dockefile/Dockerfile Signed-off-by: Chen Hanxiao --- docs/man/docker-build.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man/docker-build.1.md b/docs/man/docker-build.1.md index 98bf3771ab..661ef35162 100644 --- a/docs/man/docker-build.1.md +++ b/docs/man/docker-build.1.md @@ -59,7 +59,7 @@ as context. # EXAMPLES -## Building an image using a Dockefile located inside the current directory +## Building an image using a Dockerfile located inside the current directory Docker images can be built using the build command and a Dockerfile: