Update README.md

pull/384/head
Andy MacKinlay 5 years ago committed by GitHub
parent 26c071f5ed
commit 8e7adf32c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ Using `buildx` as a docker CLI plugin requires using Docker 19.03. A limited set
### Docker CE ### 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. 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 ### Binary release

Loading…
Cancel
Save