Merge pull request #100 from FernandoMiguel/patch-1

add chmod
pull/103/head
Tõnis Tiigi 6 years ago committed by GitHub
commit 550c2b9042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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`. 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. After installing you can run `docker buildx` to see the new commands.

Loading…
Cancel
Save