-
Notifications
You must be signed in to change notification settings - Fork 114
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
macOS: Can build, but cannot run, Dockerfile in repo #255
Comments
Another observation: Docker Desktop hangs while the ECONNREFUSED messages are being produced. The terminal process does not terminate using TL;DR: Both terminal and Docker Desktop (perhaps also docker itself) hangs. |
Spun up an x86 VM through Vultr, works fine there. Probably a macOS-specific problem, then.
|
any ideas whats causing it for mac? |
@rdvo I read somewhere that due to the way Docker handles its network virtual <-> host network connections on Mac that this has been known to sometimes connectivity issues. Don't know if that's the cause, though, and did not have time to go deeper. The error above could just as likely be the wrong Chrom(e|ium) binary being used and refusing to launch, I guess. TD;DR: Don't know. For my own purposes I'm now running a dockerized version of this on Vultr + interacting remotely with the dockerized version by setting |
Description
Docker file builds, but doesn't run, on macOS. It errors out with ECONNREFUSED when running tests
macOS version: 15.1.1 (24B91)
✅ Building (works well)
🚨 Running (doesn't work)
Full steps to reproduce the issue
On macOS, in terminal:
git clone https://github.com/zfcsoftware/puppeteer-real-browser
cd puppeteer-real-browser
docker build --platform linux/amd64 -t puppeteer-real-browser-project .
docker run --platform linux/amd64 puppeteer-real-browser-project
Issue Type
Bug, Build/Install
Operating System
Mac OS
Do you use Docker?
Docker
The text was updated successfully, but these errors were encountered: