diff --git a/data/cli/engine/docker_build.yaml b/data/cli/engine/docker_build.yaml index fc9886436827..1c21c2b90a68 100644 --- a/data/cli/engine/docker_build.yaml +++ b/data/cli/engine/docker_build.yaml @@ -1,7 +1,12 @@ command: docker build aliases: docker image build, docker build, docker builder build short: Build an image from a Dockerfile -long: Build an image from a Dockerfile +long: |- + Build an image from a Dockerfile. + + `PATH` is a local directory used as the [build context](/manuals/build/concepts/context.md) + (commonly `.`). `URL` is a remote Git repository or tarball. `-` reads a + Dockerfile or tarball from standard input. usage: docker build [OPTIONS] PATH | URL | - pname: docker plink: docker.yaml