You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2018. It is now read-only.
I am trying to set up the selenium docker image to run tests on a site located on the host machine (that is a build machine for my projects)
The issue is that when starting a new container with the command from the README.md file ( docker run -i -t -p 4444:4444 -e APP_HOST=myapp davert/selenium-env ) the "myapp" host is added on the guest machine into /etc/hosts at the end of the file as a new line, with no IP as prefix - so /etc/hosts will look like
This will lead to mypp hosts not being accessible (and considering that I need to test several sites on the same build machine, using dockerhost is not an option).
This behavior was found on both Ubuntu 14 and CentOS 7.