File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/manuals/build/builders Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ selected when you invoke builds.
6969
7070Even though ` docker build ` is an alias for ` docker buildx build ` , there are
7171subtle differences between the two commands. With Buildx, the build client and
72- the and daemon (BuildKit) are decoupled. This means you can use multiple
72+ the daemon (BuildKit) are decoupled. This means you can use multiple
7373builders from a single client, even remote ones.
7474
7575The ` docker build ` command always defaults to using the default builder that
76- comes bundled with the Docker Engine, for ensuring backwards compatibility with
76+ comes bundled with the Docker Engine, to ensure backwards compatibility with
7777older versions of the Docker CLI. The ` docker buildx build ` command, on the
7878other hand, checks whether you've set a different builder as the default
7979builder before it sends your build to BuildKit.
You can’t perform that action at this time.
0 commit comments