From 6f9170960446f83166a32542b15b1f839cd409bd Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Fri, 13 Oct 2023 23:54:33 -0600 Subject: [PATCH] README: BuildKit is now default in the Engine 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 374252d9b235..31ee560d405d 100644 --- a/README.md +++ b/README.md @@ -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.