You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/build/concepts/overview.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,11 @@ the CLI plugin from source, or grab a binary from the GitHub repository and
38
38
install it manually. See [Buildx README](https://github.com/docker/buildx#manual-download)
39
39
on GitHub for more information.
40
40
41
+
> [!NOTE]
42
+
> While `docker build` invokes Buildx under the hood, there are subtle
43
+
> differences between this command and the canonical `docker buildx build`.
44
+
> For details, see [Difference between `docker build` and `docker buildx build`](../builders/_index.md#difference-between-docker-build-and-docker-buildx-build).
45
+
41
46
## BuildKit
42
47
43
48
BuildKit is the daemon process that executes the build workloads.
0 commit comments