Skip to content

Commit

Permalink
Merge pull request #2093 from weaveworks/2092-start-probe-d4m
Browse files Browse the repository at this point in the history
Fixes ./scope launch starting probe under d4m
  • Loading branch information
foot authored Dec 15, 2016
2 parents 29d91aa + 71e04a2 commit ffeeabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scope
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ case "$COMMAND" in
check_not_running "$SCOPE_APP_CONTAINER_NAME" "$SCOPE_IMAGE_NAME"
check_not_running "$SCOPE_CONTAINER_NAME" "$SCOPE_IMAGE_NAME"
docker rm -f "$SCOPE_APP_CONTAINER_NAME" >/dev/null 2>&1 || true
$(launch_docker4mac_app_command) "$@"
CONTAINER=$($(launch_docker4mac_app_command) "$@")
echo "Scope probe started"
app_ip=$(docker inspect -f '{{.NetworkSettings.IPAddress}}' "${CONTAINER}")
docker rm -f "$SCOPE_CONTAINER_NAME" >/dev/null 2>&1 || true
Expand Down

0 comments on commit ffeeabd

Please sign in to comment.