Skip to content

Commit

Permalink
README: BuildKit is now default in the Engine
Browse files Browse the repository at this point in the history
Since 23.0, we have used Buildx as the default `docker build` implementation, which in turn uses the full BuildKit gRPC API.

Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
  • Loading branch information
neersighted committed Oct 16, 2023
1 parent 19d7b71 commit 6f91709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Join `#buildkit` channel on [Docker Community Slack](https://dockr.ly/comm-slack
> **Note**
>
> [BuildKit has been integrated to `docker build` since Docker 18.09](https://docs.docker.com/develop/develop-images/build_enhancements/).
> `docker build` [uses Buildx and BuildKit by default](https://docs.docker.com/build/architecture/) since Docker Engine 23.0.
> You don't need to read this document unless you want to use the full-featured
> standalone version of BuildKit.
Expand Down

0 comments on commit 6f91709

Please sign in to comment.