From d9a5c2666a9c7febeaeb5196bbd11508c7133da6 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 30 Nov 2016 05:55:06 +0800 Subject: [PATCH] update to 1.9.0 version (#699) --- compose/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/install.md b/compose/install.md index e588dfe21f..0d30ec9341 100644 --- a/compose/install.md +++ b/compose/install.md @@ -31,7 +31,7 @@ which the release page specifies, in your terminal. The following is an example command illustrating the format: - $ curl -L "https://github.com/docker/compose/releases/download/1.8.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose + $ curl -L "https://github.com/docker/compose/releases/download/1.9.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose If you have problems installing with `curl`, see [Alternative Install Options](install.md#alternative-install-options). @@ -46,7 +46,7 @@ which the release page specifies, in your terminal. 7. Test the installation. $ docker-compose --version - docker-compose version: 1.8.1 + docker-compose version: 1.9.0 ## Alternative install options @@ -69,7 +69,7 @@ to get started. Compose can also be run inside a container, from a small bash script wrapper. To install compose as a container run: - $ curl -L https://github.com/docker/compose/releases/download/1.8.1/run.sh > /usr/local/bin/docker-compose + $ curl -L https://github.com/docker/compose/releases/download/1.9.0/run.sh > /usr/local/bin/docker-compose $ chmod +x /usr/local/bin/docker-compose ## Master builds