File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ which the release page specifies, in your terminal.
38
38
39
39
The following is an example command illustrating the format:
40
40
41
- curl -L "https://github.com/docker/compose/releases/download/1.8.0 /docker-compose-$(uname -s)-$(uname -m)" > /usr/local/bin/docker-compose
41
+ curl -L "https://github.com/docker/compose/releases/download/1.8.1 /docker-compose-$(uname -s)-$(uname -m)" > /usr/local/bin/docker-compose
42
42
43
43
If you have problems installing with `curl`, see
44
44
[Alternative Install Options](install.md#alternative-install-options).
@@ -53,7 +53,7 @@ which the release page specifies, in your terminal.
53
53
7 . Test the installation.
54
54
55
55
$ docker-compose --version
56
- docker-compose version: 1.8.0
56
+ docker-compose version: 1.8.1
57
57
58
58
59
59
## Alternative install options
@@ -76,7 +76,7 @@ to get started.
76
76
Compose can also be run inside a container, from a small bash script wrapper.
77
77
To install compose as a container run:
78
78
79
- $ curl -L https://github.com/docker/compose/releases/download/1.8.0 /run.sh > /usr/local/bin/docker-compose
79
+ $ curl -L https://github.com/docker/compose/releases/download/1.8.1 /run.sh > /usr/local/bin/docker-compose
80
80
$ chmod +x /usr/local/bin/docker-compose
81
81
82
82
## Master builds
You can’t perform that action at this time.
0 commit comments