-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding info on how to wait for the Grid to be ready #773
Conversation
Base/check-grid.sh
Outdated
do | ||
case "$1" in | ||
--host) | ||
HOST="$2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you do HOST="${2:-localhost}"
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, I was just copying and pasting from other script. Just made the changes and I will push them now. Thanks @tnguyen14
README.md
Outdated
exec $cmd | ||
``` | ||
**Note:** If needed, replace `localhost` and `4444` for the correct values in your environment. Also, this script is polling indefinitely, you might want | ||
to teak it and establish a timeout. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/teak/tweak/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @cgoldberg
@diemol - sorry just pulled the code and all looks good. I was going off of the dockerfile preview on https://hub.docker.com/r/selenium/base/~/dockerfile/ (this is still showing old code) |
No worries :) |
Fixes Add HEALTHCHECK entry to Dockerfiles #691 by documenting how to add a health check when starting the containers. We won't add a health check into the docker images since it is not possible to configure the intervals for it, and we don't have data to choose values that work for everyone.
Improved templates for new issues and PRs.
By placing an
X
in the preceding checkbox, I verify that I have signed the Contributor License Agreement