Skip to content

Commit

Permalink
add magic host command to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwen committed Mar 4, 2018
1 parent a0f67e7 commit ccee294
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ $ echo $DOCKER_GATEWAY_ADDR
+
WARNING: For MacOS you should http://blog.michaelhamrah.com/2014/06/accessing-the-docker-host-server-within-a-container/[determine] interface with help of netstat.
Remember that gateway address and host address is not the same in this case.

You can also try magic command `ifconfig | grep -E "([0-9]{1,3}\.){3}[0-9]{1,3}" | grep -v 127.0.0.1 | awk '{ print $2 }' | cut -f2 -d: | head -n1`
+
- Then run Selenoid UI
+
Expand Down

0 comments on commit ccee294

Please sign in to comment.