From f0c9818eba0a9220766b020612f3b1d63c7d9c80 Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Mon, 2 Feb 2015 10:39:28 +0800 Subject: [PATCH] docs: fix another typo in docker-build man page s/arbtrary/arbitrary 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 661ef35162..f6a89b54ed 100644 --- a/docs/man/docker-build.1.md +++ b/docs/man/docker-build.1.md @@ -91,7 +91,7 @@ no hard rules here but it is best to give the names consideration. The **-t**/**--tag** flag is used to rename an image. Here are some examples: -Though it is not a good practice, image names can be arbtrary: +Though it is not a good practice, image names can be arbitrary: docker build -t myimage .