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.
2 parents 7d38989 + 8abebcf commit ecd05b7Copy full SHA for ecd05b7
test/run.sh
@@ -107,7 +107,7 @@ function map_ports() {
107
port="$2"
108
COMP="$(printf "%s\n" "$comp" | tr '[:lower:]' '[:upper:]')"
109
if [[ "${OSTYPE}" == "darwin"* ]]; then
110
- b2d_ip=$(boot2docker ip)
+ b2d_ip=$(docker-machine ip default)
111
export ${COMP}_PORT_${port}_TCP_ADDR=${b2d_ip}
112
else
113
export ${COMP}_PORT_${port}_TCP_ADDR=127.0.0.1
0 commit comments