add chmod

This commit is contained in:
Fernando Miguel 2019-07-05 12:14:40 +01:00 committed by GitHub
parent 2b03339235
commit c8cda08209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ $ CHANNEL=nightly sh docker-install.sh
Download the latest binary release from https://github.com/docker/buildx/releases/latest and copy it to `~/.docker/cli-plugins` folder with name `docker-buildx`.
Change the permission to execute:
```sh
chmod a+x ~/.docker/cli-plugins/docker-buildx
```
After installing you can run `docker buildx` to see the new commands.