From 59e9fd5d4a311cef8aea20fea1fdf74237431065 Mon Sep 17 00:00:00 2001 From: KS Chan Date: Fri, 11 Mar 2016 17:08:54 +0800 Subject: [PATCH] Support the error interface in docker v1.10 Update according to error message update in docker v1.10. --- bin/babun-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/babun-docker.sh b/bin/babun-docker.sh index c1de041..298359d 100644 --- a/bin/babun-docker.sh +++ b/bin/babun-docker.sh @@ -15,7 +15,7 @@ function docker { echo $line if [[ $line == "cannot enable tty mode on non tty input" ]] ; then babun_docker_use_winpty=1 - elif [[ $line == *"ConnectEx tcp"* ]] ; then + elif [[ $line == *"ConnectEx tcp"* || $line == *"connectex"* ]] ; then # Set up shared folders in VirtualBox if [[ $babun_docker_setup_volumes == 1 ]] ; then IFS=$babun_docker_old_IFS