Ship 1.1.0-rc1
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
4869fed97f
commit
43fdae8bc6
3 changed files with 31 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ There are also guides for [Ubuntu](https://docs.docker.com/installation/ubuntuli
|
|||
|
||||
Next, install Compose:
|
||||
|
||||
curl -L https://github.com/docker/docker-compose/releases/download/1.0.1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose; chmod +x /usr/local/bin/docker-compose
|
||||
curl -L https://github.com/docker/docker-compose/releases/download/1.1.0-rc1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose; chmod +x /usr/local/bin/docker-compose
|
||||
|
||||
Optionally, install [command completion](completion.html) for the bash shell.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue