mirror of https://github.com/docker/docs.git
Merge pull request #1388 from frastel/patch-1
Added command for making the docker binary executable in the docs
This commit is contained in:
commit
0f36a14a67
|
@ -47,6 +47,7 @@ sure to install the Docker client as well, e.g.:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ curl -L https://get.docker.com/builds/Darwin/x86_64/docker-latest > /usr/local/bin/docker
|
$ curl -L https://get.docker.com/builds/Darwin/x86_64/docker-latest > /usr/local/bin/docker
|
||||||
|
$ chmod +x /usr/local/bin/docker
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
Loading…
Reference in New Issue