instrumentisto / geckodriver-docker-image

geckodriver Docker image
https://firefox-source-docs.mozilla.org/testing/geckodriver
Other
19 stars 5 forks source link

Container drops incomplete message #9

Open andristarr opened 5 months ago

andristarr commented 5 months ago

Running the container docker run -d -p 4444:4444 instrumentisto/geckodriver and trying to connect to it with thirtyfour or fantoccini throws hyper::Error(IncompleteMessage).

Even trying to telnet into localhost 4444 just drops the connection and sends back to the command prompt.

Locally running the geckodriver works fine.

tyranron commented 5 months ago

@andristarr what container logs do say?

andristarr commented 5 months ago

Container is not reach at all, so no logs on the containers side.

tyranron commented 5 months ago

@andristarr try to run it in foreground to see what's happening:

docker run -it -p 4444:4444 instrumentisto/geckodriver