We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcaa49 commit 24f8707Copy full SHA for 24f8707
install.sh
@@ -2,8 +2,8 @@
2
# This Script aims to setup a docker environment for OSX (Maybe Linux) with docker client, docker-machine and docker-compose
3
# All binaries are installed in /usr/local/bin/ directory.
4
5
-DOCKER_VERSION="1.8.3"
6
-DOCKER_MACHINE_VERSION="0.5.0-rc2"
+DOCKER_VERSION="1.9.1-rc1"
+DOCKER_MACHINE_VERSION="0.5.1"
7
#DOCKER_COMPOSE_VERSION="1.5.0rc1"
8
9
RED='\033[0;31m'
0 commit comments