Skip to content

Commit f2cb46b

Browse files
Fixes docker#3076
1 parent a5f5875 commit f2cb46b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

compose/install.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ Compose can also be run inside a container, from a small bash script wrapper.
103103
To install compose as a container run:
104104

105105
```bash
106-
curl -L https://github.com/docker/compose/releases/download/1.12.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
107-
108-
sudo chmod +x /usr/local/bin/docker-compose
106+
$ curl -L --fail https://github.com/docker/compose/releases/download/1.12.0/run.sh > /usr/local/bin/docker-compose
107+
$ sudo chmod +x /usr/local/bin/docker-compose
109108
```
110109

111110
## Master builds

0 commit comments

Comments
 (0)