update v1.11.1 to v1.11.2 (#2102)

This commit is contained in:
Piyush Maurya 2017-03-07 01:36:06 +05:30 committed by John Mulhausen
parent 2b346a275a
commit b582d52d94
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ To install Compose, do the following:
```bash
$ docker-compose --version
docker-compose version: 1.11.1
docker-compose version: 1.11.2
```
## Alternative install options
@ -80,7 +80,7 @@ Compose can also be run inside a container, from a small bash script wrapper.
To install compose as a container run:
```bash
$ curl -L https://github.com/docker/compose/releases/download/1.11.1/run.sh > /usr/local/bin/docker-compose
$ curl -L https://github.com/docker/compose/releases/download/1.11.2/run.sh > /usr/local/bin/docker-compose
$ chmod +x /usr/local/bin/docker-compose
```