improved wording

pull/384/head
Andy MacKinlay 4 years ago committed by GitHub
parent 576b9caaa2
commit 4220e9de5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save