Skip to content
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

hang #231

Open
booraik opened this issue Nov 24, 2017 · 0 comments
Open

hang #231

booraik opened this issue Nov 24, 2017 · 0 comments

Comments

@booraik
Copy link

booraik commented Nov 24, 2017

hi.

I ran browser-as-a-service like README.md.
Service is hang. Long time wait for response and fail.

Here is my run & test command
docker run -d -e "API_KEYS=abcd" -p "9453:3000" hfreire/browser-as-a-service
curl -X GET --header 'x-api-key:abcd' 'http://localhost:9453/open?url=https%3A%2F%2Fwww.google.com'

browser-as-a-service information. docker images hfreire/browser-as-a-service
docker.io/hfreire/browser-as-a-service latest 65d52a8acfb1 2 weeks ago 702.9 MB

docker process is OK. docker ps command result :
dddd9968deb2 hfreire/browser-as-a-service "/start.sh" 5 hours ago Up 12 minutes (health: starting) 0.0.0.0:9453->3000/tcp sick_stallman

network port is OK . netstat -nlp | grep 9453 command result :
tcp6 0 0 :::9453 :::* LISTEN 21687/docker-proxy-

I analyzed this today. A full time. I guess it's problem at nightmare

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant