Merge pull request #5 from minrk/rm-docker-host

Don't call docker-machine in hub.sh
This commit is contained in:
Justin Tyberg 2016-04-26 08:46:03 -04:00
commit c36da52a3d

3
hub.sh
View File

@ -18,9 +18,6 @@ for i in "$@" ; do
if [ -z ${OAUTH_CALLBACK_URL:+x} ]; then
echo "ERROR: Must set OAUTH_CALLBACK_URL environment variable"; exit 1;
fi
# Set DOCKER_HOST to daemon of target machine
DOCKER_HOST=$(docker-machine url $(docker-machine active))
fi
done