mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-03 09:57:41 +08:00
Merge pull request #1534 from jedevc/readme-minimum-docker-version
docs: add note about minimum docker version
This commit is contained in:
commit
c756e3ba96
10
README.md
10
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user