Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #47 from diego-vieira/patch-1
Browse files Browse the repository at this point in the history
minor typo
  • Loading branch information
vania-pooh authored Jun 6, 2017
2 parents a1c2f7d + 63e7c1f commit 6cbb169
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 @@ -24,7 +24,7 @@ Source code available at https://github.com/aerokube/selenoid-ui[GitHub].

# docker run -d --name selenoid-ui --net host aerokube/selenoid-ui

. If you don't want to use `--het host` or have no support (e.g. under MacOS) you need to http://blog.michaelhamrah.com/2014/06/accessing-the-docker-host-server-within-a-container/[determine] your Docker host IP address. Then launch Selenoid UI like the following:
. If you don't want to use `--net host` or have no support (e.g. under MacOS) you need to http://blog.michaelhamrah.com/2014/06/accessing-the-docker-host-server-within-a-container/[determine] your Docker host IP address. Then launch Selenoid UI like the following:

# docker run -d --name selenoid-ui -p 8080:8080 aerokube/selenoid-ui -selenoid-uri http://<host-ip>:4444

Expand Down

0 comments on commit 6cbb169

Please sign in to comment.