Replace docker-compose installation instructions
Use Docker Compose installation guide from official documentation Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
b39e6395fd
commit
a438494b49
1 changed files with 1 additions and 11 deletions
|
@ -36,17 +36,7 @@ $ STORAGE_DRIVER=aufs DOCKER_VOLUME=/tmp/volume ./run.sh
|
||||||
|
|
||||||
### Install Docker Compose
|
### Install Docker Compose
|
||||||
|
|
||||||
1. Open a new terminal on the host with your `distribution` source.
|
[Docker Compose Installation Guide](http://docs.docker.com/compose/install/)
|
||||||
|
|
||||||
2. Get the `docker-compose` binary.
|
|
||||||
|
|
||||||
$ sudo wget https://github.com/docker/compose/releases/download/1.1.0/docker-compose-`uname -s`-`uname -m` -O /usr/local/bin/docker-compose
|
|
||||||
|
|
||||||
This command installs the binary in the `/usr/local/bin` directory.
|
|
||||||
|
|
||||||
3. Add executable permissions to the binary.
|
|
||||||
|
|
||||||
$ sudo chmod +x /usr/local/bin/docker-compose
|
|
||||||
|
|
||||||
### Start compose setup
|
### Start compose setup
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue