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.
69
69
70
70
Even though ` docker build ` is an alias for ` docker buildx build ` , there are
71
71
subtle 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
73
73
builders from a single client, even remote ones.
74
74
75
75
The ` 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
77
77
older versions of the Docker CLI. The ` docker buildx build ` command, on the
78
78
other hand, checks whether you've set a different builder as the default
79
79
builder before it sends your build to BuildKit.
You can’t perform that action at this time.
0 commit comments