-
Notifications
You must be signed in to change notification settings - Fork 53
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
Can't use with M2 Mac #51
Comments
Did you use the "Chrome Headless Browser Stable" image as described in the README.md? |
I am also having the same issue The container crashes at startup and the only log i get is: Error: Can't open display: Here's the command I am running in this case: docker run -it -P --shm-size=1g -p 58192:58192 yukinying/chrome-headless-browser-stable:118.0.5993.70 --disable-datasaver-prompt --no-first-run --disable-extensions --remote-debugging-address=0.0.0.0 --remote-debugging-port=58192 --headless --disable-gpu --hide-scrollbars |
Please check the instructions in https://github.com/yukinying/chrome-headless-browser-docker#how-to-run-the-container. I think you would need to add the |
m2 pro so i tried to launch docker with command i used
needles to say the issue only occurs if i truing to run with upd: tried on latest - same |
Still having the same issue Here's the exact command I run:
And the output is only:
|
I'm getting this error when attempting to use the latest image on my M2 Macbook:
chrome The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
The text was updated successfully, but these errors were encountered: