From a438494b492fc31693a439056a8d0cecadf37374 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Mon, 1 Jun 2015 08:32:44 -0700 Subject: [PATCH] Replace docker-compose installation instructions Use Docker Compose installation guide from official documentation Signed-off-by: Derek McGowan (github: dmcgowan) --- contrib/docker-integration/README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/contrib/docker-integration/README.md b/contrib/docker-integration/README.md index 64c9c5a5..9b091d99 100644 --- a/contrib/docker-integration/README.md +++ b/contrib/docker-integration/README.md @@ -36,17 +36,7 @@ $ STORAGE_DRIVER=aufs DOCKER_VOLUME=/tmp/volume ./run.sh ### Install Docker Compose -1. Open a new terminal on the host with your `distribution` source. - -2. Get the `docker-compose` binary. - - $ sudo wget https://github.com/docker/compose/releases/download/1.1.0/docker-compose-`uname -s`-`uname -m` -O /usr/local/bin/docker-compose - - This command installs the binary in the `/usr/local/bin` directory. - -3. Add executable permissions to the binary. - - $ sudo chmod +x /usr/local/bin/docker-compose +[Docker Compose Installation Guide](http://docs.docker.com/compose/install/) ### Start compose setup ```