-
Notifications
You must be signed in to change notification settings - Fork 38
Guidance To Run In Docker #49
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
Comments
Running Chrome in Docker is fairly challenging, and honestly I am not too familiar with Alpine Linux. It's hard to know what's going wrong here just from a quick look. Have you confirmed that you're able to launch Chrome in the container if you just try starting it directly? (without using Zendriver) Even if you don't use the template, I would at least suggest taking a look at how I'm doing things in stephanlensky/zendriver-docker. The template is based on another image I created, stephanlensky/swayvnc-chrome, which you might find useful for a more minimal example of running Chrome in Docker. My approach is fairly different from the repo you linked though, since I am using Debian & Wayland (rather than X11). |
@stephanlensky Is there a chance to release a similar Docker image to the graphical/VNC one you've released that just does Headless? |
How much CPU and ram are you using to run the container? I've found it to be very sensitive when Chrome initially launches. It has a big memory/cpu spike, and then comes back down to normal, but it fails to start if it can't get past that. |
This issue has been marked stale because it has been open for 30 days with no activity. If there is no activity within 7 days, it will be automatically closed. |
This issue was automatically closed because it has been inactive for 7 days since being marked as stale. |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'll start by saying I know there's a template repo for a Docker build. However, I'm attempting to integrate with an existing project so I was trying to avoid using that repo if possible.
I've tried a few different variations including the Python base image with Chrome installed. An Alpine base image with VNC installed. Basically this example for UC.
They always yield the same results, logs below.
Any advice on what I might be missing?
The text was updated successfully, but these errors were encountered: