From bdc325d2e464fd7429dba7fb1a585fed14ef15f0 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 Upstream-commit: dcfa881a7b12e9a737b25ada98ec0c76e58c9c9c Component: engine --- components/engine/docs/man/docker-build.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/man/docker-build.1.md b/components/engine/docs/man/docker-build.1.md index 98bf3771ab..661ef35162 100644 --- a/components/engine/docs/man/docker-build.1.md +++ b/components/engine/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: