Skip to content
Advertisement

Tag: selenium-grid

How to connect to docker container from localhost

I created a docker container which is running 2 java processes – one of the processes is listening on port 4444 and should have access from browser hitting the following URL: http://{host}:4444/grid/console How do I hit this URL from my browser on the host – connect to the container on port 4444? This is the response from docker inspect: Answer

Advertisement