Skip to content

Commit ecd05b7

Browse files
committed
Merge pull request #36 from DeziderMesko/docker-machine
elimination of boot2docker
2 parents 7d38989 + 8abebcf commit ecd05b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function map_ports() {
107107
port="$2"
108108
COMP="$(printf "%s\n" "$comp" | tr '[:lower:]' '[:upper:]')"
109109
if [[ "${OSTYPE}" == "darwin"* ]]; then
110-
b2d_ip=$(boot2docker ip)
110+
b2d_ip=$(docker-machine ip default)
111111
export ${COMP}_PORT_${port}_TCP_ADDR=${b2d_ip}
112112
else
113113
export ${COMP}_PORT_${port}_TCP_ADDR=127.0.0.1

0 commit comments

Comments
 (0)