docker-firefox icon indicating copy to clipboard operation
docker-firefox copied to clipboard

Docker container for Firefox

Results 109 docker-firefox issues
Sort by recently updated
recently updated
newest added

I am using the default docker command which is found on the repo. However, it is using all of the RAM on my VPS. I have 10Gb of RAM on...

installed flash on firefox container, but the browser displays a blank screen. Before installing the flash, when I access a flash content, it prompts me to install flash.

Hi, after an upgrade to the latest docker image version firefox kept crashing with the membarrier warning. I recreated the container with `docker run -d --name=firefox -p 5800:5800 -p 5900:5900...

Is there a way to make the mouse cursor hidden? If not, would it be possible to add this feature?

I don't know if it's really an issue but as I use this container with a reverse proxy (at work), I wanted to know if it's possible to secure the...

Hi, I run 2 firefox containers, one with v1.11.0 and one with v1.12.0 my docker compose files are exactly the same except the version v1.12 crashes all the time v1.11...

I have tried to submit Chinese "你好" in clipboard. However, the firefox output as --> **`}** after I click paste It is actually "\u60a8\u76ee\u524d\u4f7f\u7528\u7684\u662f 75", Does it support CJK copy...

hello i have a issue when i want to connect via websocket my code : const puppeteer = require('puppeteer-firefox'); (async () => { try { const browser = await puppeteer.connect({...

Sorry, this isn't an issue, I'm just trying to understand how it streams the Firefox browser to the localhost webpage, and how it receives input from the user. I would...