From 04c77f1e654c7104807eb9b05132b6142124906e Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Fri, 1 Mar 2019 09:06:33 -0600 Subject: [PATCH] add note about shorter command 'docker build' This will help clarify to users that they are the same command. As well as make it clear in the auto-generated docs https://docs.docker.com/engine/reference/commandline/image_build/ Signed-off-by: Thad Guidry --- docs/reference/commandline/image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/image.md b/docs/reference/commandline/image.md index 1be96c722127..ba3bb404e7d8 100644 --- a/docs/reference/commandline/image.md +++ b/docs/reference/commandline/image.md @@ -25,7 +25,7 @@ Options: --help Print usage Commands: - build Build an image from a Dockerfile + build Build an image from a Dockerfile (same as 'docker build') history Show the history of an image import Import the contents from a tarball to create a filesystem image inspect Display detailed information on one or more images