Skip to content

Commit 24f8707

Browse files
committed
Upgrade Docker client and docker machine versions
1 parent dfcaa49 commit 24f8707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# This Script aims to setup a docker environment for OSX (Maybe Linux) with docker client, docker-machine and docker-compose
33
# All binaries are installed in /usr/local/bin/ directory.
44

5-
DOCKER_VERSION="1.8.3"
6-
DOCKER_MACHINE_VERSION="0.5.0-rc2"
5+
DOCKER_VERSION="1.9.1-rc1"
6+
DOCKER_MACHINE_VERSION="0.5.1"
77
#DOCKER_COMPOSE_VERSION="1.5.0rc1"
88

99
RED='\033[0;31m'

0 commit comments

Comments
 (0)