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

Commit

Permalink
Updated to dockermachine ip
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored Oct 28, 2018
1 parent 6a6ef4e commit ee7a861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## UIs
- eval $(docker-machine env)
- DOCKERMACHINE_IP=$(echo $DOCKER_HOST | cut -d'/' -f3 | cut -d':' -f1)
- DOCKERMACHINE_IP=$(docker-machine ip)
- export HAWKULAR_ENDPOINT=${DOCKERMACHINE_IP:-localhost}

## Services
Expand Down

0 comments on commit ee7a861

Please sign in to comment.