From ee0b731a9a928f69da3ed798c57efb8dac7fb73b 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 Upstream-commit: f0c9818eba0a9220766b020612f3b1d63c7d9c80 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 661ef35162..f6a89b54ed 100644 --- a/components/engine/docs/man/docker-build.1.md +++ b/components/engine/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 .