Skip to content

Commit

Permalink
Merge pull request #399 from vania-pooh/master
Browse files Browse the repository at this point in the history
Fixed broken documentation section
  • Loading branch information
vania-pooh authored Nov 19, 2020
2 parents a016259 + 6f3536c commit a50d02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ 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 a50d02b

Please sign in to comment.