Skip to content
This repository has been archived by the owner on Sep 19, 2021. It is now read-only.

Support the error interface in docker v1.10 #9

Merged
merged 1 commit into from
Mar 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/babun-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down