From 8e7adf32c955e951688450a19fdff9c5997a1952 Mon Sep 17 00:00:00 2001 From: Andy MacKinlay Date: Thu, 17 Sep 2020 17:58:07 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab9dc5da..8a6b2a25 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Using `buildx` as a docker CLI plugin requires using Docker 19.03. A limited set ### Docker CE -`buildx` comes bundled by default with Docker Desktop Docker CE 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. +`buildx` comes bundled by default with Docker Desktop and Docker CE 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, `"experimental": "enabled"` can be added to the CLI configuration file `~/.docker/config.json`. An alternative is to set the `DOCKER_CLI_EXPERIMENTAL=enabled` environment variable. ### Binary release