diff --git a/content/manuals/build/builders/_index.md b/content/manuals/build/builders/_index.md index c926822df0..ccb8d9a620 100644 --- a/content/manuals/build/builders/_index.md +++ b/content/manuals/build/builders/_index.md @@ -69,11 +69,11 @@ selected when you invoke builds. Even though `docker build` is an alias for `docker buildx build`, there are subtle differences between the two commands. With Buildx, the build client and -the and daemon (BuildKit) are decoupled. This means you can use multiple +the daemon (BuildKit) are decoupled. This means you can use multiple builders from a single client, even remote ones. The `docker build` command always defaults to using the default builder that -comes bundled with the Docker Engine, for ensuring backwards compatibility with +comes bundled with the Docker Engine, to ensure backwards compatibility with older versions of the Docker CLI. The `docker buildx build` command, on the other hand, checks whether you've set a different builder as the default builder before it sends your build to BuildKit.