mirror of https://github.com/docker/docs.git
Fix typos in the Builders manual (#22506)
## Description This pull request fixes a few minor typos in the Builders manual.
This commit is contained in:
parent
68c6c72c7c
commit
fcb958a33f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue