product · inferred from evidence
browserless/chrome
A Docker image providing a headless Chrome browser for testing or automation, used here in a containerized environment.
- Couldn't establish a connection in WebGui. 'Is your browser running?'
If the browserless WebGui suddenly can't connect after an update ('Couldn't establish a connection ... (Browserless; via gh:browserless/browserless#3023)
- The repository 'http://archive.canonical.com/ubuntu kinetic Release' does not have a Release file.
Covers this Browserless problem: The repository 'http://archive.canonical.com/ubuntu kinetic Release' does not have a Release file.. The failure came from an obsolete Ubuntu partner repository baked into the browserless install.
- M1/ARM: ChromeDriver fails with qemu error: Could not open '/lib64/ld-linux-x86-64.so.2'
Enable Docker Desktop's "Rosetta for x86/amd64 emulation" (in newer Docker Desktop versions it moved from Features in Development to the General tab), then force the amd64 image: `docker run --platform linux/amd64 -p 3000:3000 browserless/c