From 566f37b65b409c35381a33b0790f6f89313b1349 Mon Sep 17 00:00:00 2001 From: Justin Chadwell Date: Fri, 20 Jan 2023 15:35:38 +0000 Subject: [PATCH] docs: add note about minimum docker version Signed-off-by: Justin Chadwell --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4eb952be..5e5a2860 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,13 @@ Key features: # Installing -Using `buildx` as a docker CLI plugin requires using Docker 19.03 or newer. -A limited set of functionality works with older versions of Docker when -invoking the binary directly. +Using `buildx` with Docker requires Docker engine 19.03 or newer. + +> **Warning** +> +> Using an incompatible version of Docker may result in unexpected behavior, +> and will likely cause issues, especially when using Buildx builders with more +> recent versions of BuildKit. ## Windows and macOS