From 4220e9de5d567ea4e9a33835ee44e7d855a42e17 Mon Sep 17 00:00:00 2001 From: Andy MacKinlay Date: Mon, 28 Jun 2021 09:08:45 +1000 Subject: [PATCH] improved wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfcb6317..32b9d001 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Using `buildx` as a docker CLI plugin requires using Docker 19.03 or newer. A li ### Docker -`buildx` comes bundled by default with Docker Desktop, and with Docker CE packages starting with 19.03, but may not be present in all repackaged versions for Linux distributions (in which case follow the 'Binary release' instructions below). +`buildx` comes bundled by default with Docker Desktop (and with Docker CE packages) starting with 19.03, but may not be present in all repackaged versions for Linux distributions (in which case follow the 'Binary release' instructions below). When it is included, it requires experimental mode to be enabled on the Docker CLI. To enable it, add `"experimental": "enabled"` to the CLI configuration file `~/.docker/config.json`, or set the `DOCKER_CLI_EXPERIMENTAL=enabled` environment variable.