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

Provide a headless Chrome Docker image #5

Closed
derekperkins opened this issue Jan 27, 2017 · 5 comments
Closed

Provide a headless Chrome Docker image #5

derekperkins opened this issue Jan 27, 2017 · 5 comments

Comments

@derekperkins
Copy link

@clanstyles Could you provide the compiled headless Chrome Docker image you mentioned in #2? I think building in connection options for that would help people, especially if they don't have to compile canary themselves.

@derekperkins
Copy link
Author

I'm planning to run this inside of Kubernetes as an autoscaling deployment, so my intention is to package a small Go binary in the same container as Chrome that will use cdb to drive Chrome and act as a standalone microservice.

@clanstyles
Copy link

I'll copy what I said in #2

I'll try to get something working shortly, I have a few other things on my plate in front of me.

The largest issue with all of these seems to be that they're not thread safe. You end up waiting for "idle time" to be able to create another action.

https://github.com/yukinying/chrome-headless-browser-docker is an example of a chrome headless browser

@kenshaw
Copy link
Member

kenshaw commented Feb 3, 2017

@kenshaw kenshaw closed this as completed Feb 3, 2017
@Mathiou04
Copy link

Mathiou04 commented Sep 29, 2018

I'm planning to run this inside of Kubernetes as an autoscaling deployment, so my intention is to package a small Go binary in the same container as Chrome that will use cdb to drive Chrome and act as a standalone microservice.

@derekperkins Did you manage to do this? I am currently struggling at trying to achieve the exact same thing.

@derekperkins
Copy link
Author

Yes, it's working. What are you having issues with?

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

4 participants