Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions man/docker-build.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ docker-build - Build an image from a Dockerfile
PATH | URL | -

# DESCRIPTION
**docker build** uses BuildKit by default. The flags listed in this page
include options that only apply to the legacy builder. For the current
BuildKit option set, see **docker buildx build**(1).

This will read the Dockerfile from the directory specified in **PATH**.
It also sends any other files and directories found in the current
directory to the Docker daemon. The contents of this directory would
Expand Down